summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fcfont.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add checks for CairoOwen Taylor2005-01-091-0/+508