summaryrefslogtreecommitdiff
path: root/pango/pangoxft-font.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-2/+1
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-13/+15
* docs: Convert xft section to pango_xft.mdMatthias Clasen2021-03-111-30/+0
* Annotate the type for PangoXftFont methodsEmmanuele Bassi2020-06-101-6/+6
* Skip introspection on low level APIEmmanuele Bassi2020-06-081-13/+13
* Reinstate the return type of pango_fc_font_lock_face()Matthias Clasen2019-08-061-3/+3
* fc: Drop freetype from pangofc-font.hMatthias Clasen2019-07-181-3/+3
* fc: Drop some gratitious use of FT typesMatthias Clasen2019-07-181-1/+0
* Add many missing nullability annotations.Evan Nemerson2014-10-161-2/+3
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+30
* Don't use deprecated pango_fc_font_get_unknown_glyphMatthias Clasen2013-01-071-1/+1
* Fix compiler warningsBehdad Esfahbod2009-08-121-1/+1
* [xft,ft2] Fix empty-glyph logical extentsBehdad Esfahbod2009-04-061-5/+18
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-131-0/+1
* Don't call exit(). Let us crash.Behdad Esfahbod2008-12-091-7/+1
* Make the following API public:Behdad Esfahbod2008-08-061-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-17/+14
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-2/+2
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-4/+4
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-34/+34
* Spell-check the docs.Behdad Esfahbod2007-01-071-3/+3
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-111-2/+2
* Bug 307196 – Unhinted fonts are measured incorrectly and drawingBehdad Esfahbod2006-04-291-0/+6
* Don't use is_hinted. Metrics are always hinted now.Behdad Esfahbod2006-04-281-6/+0
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-1/+1
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-2/+2
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-20/+9
* Guard Xft backend agains crashes too.Behdad Esfahbod2006-02-021-2/+15
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-28/+16
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+8
* Make matrix parameter const.Behdad Esfahbod2006-01-211-3/+3
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Load a font suitable for viewing English text when creating mini font forBehdad Esfahbod2005-11-221-2/+9
* More documentation improvements.Behdad Esfahbod2005-11-171-3/+3
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Force on metrics hinting for all Xft fonts (this fixes font metrics -Owen Taylor2005-07-211-0/+6
* Go back to using Xft-reported metrics for all non-transformed fonts.Owen Taylor2005-03-021-1/+1
* Fix a typo in the last commit (Manish Singh)Owen Taylor2005-03-011-1/+1
* Delete FC_SPACING value out of pattern before passing it to Xft, toOwen Taylor2005-03-011-1/+4
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-3/+14
* Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen)Owen Taylor2004-11-211-4/+4
* Up version to 1.7.0.Owen Taylor2004-09-241-253/+18
* Use get_glyph_extents_raw() when hinting is disabled as well as when weOwen Taylor2004-09-221-1/+1
* mini_width/height are still (before render patch) in pixels, not PangoOwen Taylor2004-07-261-4/+4
* Need to export this function as a symbol if not in the header file sinceOwen Taylor2004-07-191-6/+6
* Fix C99ism. (#147415, self.)Morten Welinder2004-07-121-1/+1
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-35/+9
* Add hinted/transform flags to the font structure to allow efficientOwen Taylor2004-07-101-42/+115
* Draw 6-digit hex boxes for > U+FFFF. (#101081)Noah Levitt2003-11-181-19/+32