summaryrefslogtreecommitdiff
path: root/pango/pangocairo-private.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Drop cairo metrics implementation"Khaled Hosny2019-08-141-0/+2
* Drop cairo metrics implementationMatthias Clasen2019-08-121-2/+0
* Decorate the symbols in the headers with version macrosChun-wei Fan2016-06-291-0/+1
* [cairo] Scale font metrics to user spaceBehdad Esfahbod2010-05-041-1/+1
* [cairo] Refactor common code in create_metrics_for_context()Behdad Esfahbod2010-05-041-2/+2
* 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
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-8/+0
* Part of Bug 347236 – provide pango_cairo_font_get_scaled_fontBehdad Esfahbod2007-07-211-7/+0
* Add G_GNUC_CONST and G_GNUC_PURE annotations.Behdad Esfahbod2007-06-121-2/+2
* Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 347235 – AddBehdad Esfahbod2007-06-111-0/+2
* Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.cBehdad Esfahbod2007-06-101-36/+68
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-1/+1
* Revert two of the cast changes from last commit, to make sure theBehdad Esfahbod2006-11-281-0/+1
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-4/+4
* Rename _pango_cairo_get_hex_box_info to _pango_cairo_font_get_hex_box_info.Behdad Esfahbod2006-02-021-1/+1
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-2/+0
* pango/pangocairo-private.h, pango/pangocairo-font.c, Hint hexbox. AlsoBehdad Esfahbod2006-02-011-1/+4
* Improve error handling in high-frequency functions: Only warn once.Behdad Esfahbod2006-01-311-0/+8
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-141-0/+25
* Draw an empty dashed box on missing glyphs for cairo-fc backend.Behdad Esfahbod2005-12-061-0/+2
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-0/+1
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-211-0/+2
* Update to new Cairo font API.Owen Taylor2005-04-071-2/+4
* Open the file with mode "wb", include cairo-png.h.Owen Taylor2005-02-031-4/+2
* Add checks for CairoOwen Taylor2005-01-091-0/+78