summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fcfont.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-141-5/+10
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Fix bug #323540.Behdad Esfahbod2005-12-121-4/+7
* Update on missing-box drawing change. Add (!glyph) to the conditional.Behdad Esfahbod2005-12-101-1/+1
* Draw an empty dashed box on missing glyphs for cairo-fc backend.Behdad Esfahbod2005-12-061-5/+4
* Add a constact fixed-size (256) cache for caching glyph extents, insteadBehdad Esfahbod2005-11-291-113/+169
* Load a font suitable for viewing English text when creating mini font forBehdad Esfahbod2005-11-221-16/+16
* Respect fontconfig reassignment of pixelsize. (#317121, Funda Wang)Behdad Esfahbod2005-11-151-3/+24
* Fixes #320665:Federico Mena Quintero2005-11-041-0/+111
* Cut out the meat of pango_fc_font_get_metrics_for_context() and export itOwen Taylor2005-08-151-0/+53
* Set font options as well.Owen Taylor2005-07-251-0/+1
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-211-90/+20
* Remove excess return (#307741, Damien Carbery)Owen Taylor2005-06-161-1/+1
* Add a (hopefully temporary) cache in front of getting metrics from Cairo.Owen Taylor2005-06-141-46/+87
* Add a new context_substitute() virtual function that replacesOwen Taylor2005-06-141-1/+1
* pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyphOwen Taylor2005-05-161-19/+36
* Update for Cairo API changes.Owen Taylor2005-05-071-3/+1
* Get the ascent/descent from Cairo to fix bugs in metrics computation withOwen Taylor2005-05-021-24/+7
* Test for renamed cairo_win32_scaled_font_select_font().Owen Taylor2005-04-071-32/+22
* Update to new Cairo font API.Owen Taylor2005-04-071-43/+77
* Include the effect of the CTM in the FC_PIXEL_SIZE we set in theOwen Taylor2005-03-151-8/+11
* spell _pango_cairo_fc_get_render_key correctly.Manish Singh2005-02-041-0/+2
* Open the file with mode "wb", include cairo-png.h.Owen Taylor2005-02-031-310/+188