summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fcfont.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Drop cairo metrics implementation"Khaled Hosny2019-08-141-0/+1
* Drop cairo metrics implementationMatthias Clasen2019-08-121-1/+0
* Reinstate the return type of pango_fc_font_lock_face()Matthias Clasen2019-08-061-1/+1
* fc: Drop freetype from pangofc-font.hMatthias Clasen2019-07-181-1/+1
* Header cleanupMatthias Clasen2019-07-041-2/+2
* [cairo] Don't set font variations on cairo_font_options_tBehdad Esfahbod2018-01-031-9/+0
* Add initial support for OpenType font variationsMatthias Clasen2018-01-031-1/+16
* Ignore undefined macros when importing freetype / 2Emmanuele Bassi2017-05-311-0/+4
* Decorate the symbols in the headers with version macrosChun-wei Fan2016-06-291-0/+1
* Bug 703995 - Compiler warnings about strict aliasingBehdad Esfahbod2013-08-301-2/+2
* More thread-safetyBehdad Esfahbod2012-08-271-1/+1
* Make static data thread safe in pangocairo-fcfont.cAlessandro Pignotti2012-08-271-2/+2
* [cairo] Refactor common code in create_metrics_for_context()Behdad Esfahbod2010-05-041-4/+4
* Fix pangocairo-fc fontsize weirdnessBehdad Esfahbod2009-11-171-3/+2
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-131-0/+1
* Don't do anything in shutdown. Was causing double-free of cairo fontBehdad Esfahbod2009-02-021-9/+0
* Bug 567165 – Apply all pattern matricesBehdad Esfahbod2009-01-281-11/+12
* Change PangoFc font loading API such that PangoContext is not passed down.Behdad Esfahbod2009-01-281-35/+43
* Remove desc argument from _pango_cairo_font_private_initialize(). ReplaceBehdad Esfahbod2009-01-281-1/+1
* Remove context argument from _pango_cairo_font_private_initialize().Behdad Esfahbod2009-01-281-1/+2
* [pangocairo-fc] Remove unused memberBehdad Esfahbod2009-01-281-2/+0
* Bug 562574 – Pangocariowin32 is leaking every cairo font it ever createsBehdad Esfahbod2008-11-281-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.cBehdad Esfahbod2007-06-101-369/+56
* Move PANGO_UNITS_ROUND here... ...from here.Behdad Esfahbod2007-04-301-10/+27
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-7/+7
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-24/+24
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-041-11/+9
* Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the objectBehdad Esfahbod2006-11-281-9/+9
* Bug 352535 – Ink extents of empty glyphBehdad Esfahbod2006-09-111-1/+1
* Support per-item gravity.Behdad Esfahbod2006-08-211-2/+1
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-201-1/+3
* Render block progression and line direction arrows, and a base gravityBehdad Esfahbod2006-08-161-10/+3
* Return if none of logical_rect or ink_rect is non-NULL.Behdad Esfahbod2006-08-161-2/+8
* Render the header with SOUTH gravity.Behdad Esfahbod2006-08-151-6/+18
* Fix handling of WEST and EAST gravity effect on bidi level.Behdad Esfahbod2006-08-151-2/+20
* Move font_matrix rotation into font_new as we use only rotation and noBehdad Esfahbod2006-08-151-44/+12
* Oops. Exchange west<->east and north<->south gravities. The gravity is theBehdad Esfahbod2006-08-151-5/+5
* Support --gravity.Behdad Esfahbod2006-08-151-1/+47
* Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont toBehdad Esfahbod2006-04-291-147/+3
* Bug 307196 – Unhinted fonts are measured incorrectly and drawingBehdad Esfahbod2006-04-291-0/+5
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-1/+1
* Incorrect text rendering when in x86 64-bit precision modeBehdad Esfahbod2006-04-071-7/+14
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Bug 332167 – Void function returns value - breaks Solaris build ReportedBehdad Esfahbod2006-02-221-1/+1
* Bug 314239 – pangocairo crashes when font cannot be readBehdad Esfahbod2006-02-211-6/+22
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-2/+4
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-14/+6
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-3/+2
* Remove pango.modules on uninstall. (bug #328869)Behdad Esfahbod2006-01-271-2/+2