summaryrefslogtreecommitdiff
path: root/pango/pangoxft-font.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-243/+42
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-021-30/+28
* Make sure the face is unlocked before returning from pango_xft_font_real_get_...Keith Packard2003-06-021-2/+8
* Get the fontnmap for the right screen (#113452, Morten Welinder)Owen Taylor2003-05-271-2/+3
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-141-23/+114
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-18/+0
* Roughly clip glyphs into the X coordinate area to avoid wrap-around.Owen Taylor2002-12-071-11/+17
* Mark 1.2 API additions, fix some doc comments.Matthias Clasen2002-11-281-0/+8
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-3/+3
* Released 1.1.1.PANGO_1_1_1Owen Taylor2002-08-201-5/+6
* Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), becauseOwen Taylor2002-08-191-22/+29
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-161-61/+1
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-081-2/+2
* Patch from Keith Packard:Owen Taylor2002-08-061-6/+23
* Export.Owen Taylor2002-08-061-31/+50
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-261-2/+38
* Fix trivial typo that was causing the charcode hex boxes to beOwen Taylor2002-07-161-1/+1
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-031-2/+43
* Don't open the font unecessarily, we already have the FcCharSet.Owen Taylor2002-06-041-18/+18
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-041-120/+95
* pango/pangoft2-private.h calculate average_char_width andSven Neumann2002-03-261-11/+84