summaryrefslogtreecommitdiff
path: root/pango/pangofc-font.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-111-1/+3
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-221-3/+28
* New function pango_font_describe_with_absolute_size().Behdad Esfahbod2006-05-221-1/+18
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-221-28/+3
* Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont toBehdad Esfahbod2006-04-291-10/+49
* Bug 307196 – Unhinted fonts are measured incorrectly and drawingBehdad Esfahbod2006-04-291-8/+37
* Don't use is_hinted. Metrics are always hinted now.Behdad Esfahbod2006-04-281-37/+8
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Fix blurred underlines on Win32 (#332656):Tor Lillqvist2006-03-311-24/+4
* Bug 314239 – pangocairo crashes when font cannot be readBehdad Esfahbod2006-02-211-0/+11
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-4/+4
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-5/+5
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-3/+7
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+2
* Finish previous patch. Use GType private data, cache it into fcfont->priv.Behdad Esfahbod2005-11-221-18/+13
* Fixes #322174:Federico Mena Quintero2005-11-221-6/+25
* More documentation improvements.Behdad Esfahbod2005-11-171-4/+4
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Use macros for locking and unlocking fonts we know are valid to avoidBehdad Esfahbod2005-11-041-14/+26
* Cut out the meat of pango_fc_font_get_metrics_for_context() and export itOwen Taylor2005-08-151-33/+44
* map get_font_map to the right function.Manish Singh2005-02-251-1/+1
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-0/+10
* Fix unpaired lock/unlock_face().Owen Taylor2005-02-031-3/+3
* Add checks for CairoOwen Taylor2005-01-091-7/+41
* Use get_glyph_extents_raw() when hinting is disabled as well as when weOwen Taylor2004-09-221-1/+2
* Don't use face->ascender/descender for non-scalable fonts, since theyOwen Taylor2004-09-201-1/+2
* Need to export this function as a symbol if not in the header file sinceOwen Taylor2004-07-191-6/+6
* Replace non-breaking-space with a normal space before looking it up.Owen Taylor2004-07-151-0/+6
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-39/+12
* Add hinted/transform flags to the font structure to allow efficientOwen Taylor2004-07-101-7/+144
* For cleanliness, unref the fontmap if we get an error from FreeType.Owen Taylor2004-06-211-1/+11
* Add export of pangofc-decoder.h. Build pangofc-decoder.c.Christopher Blizzard2004-06-091-1/+83
* Add underline and strikethrough position and thickness metrics.Owen Taylor2004-05-271-0/+75
* Make approximate_digit_width the width of the widest digit, rather thanNoah Levitt2004-02-191-5/+26
* Fix sign of metrics->descent.Owen Taylor2003-08-031-2/+2
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-3/+317
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-021-15/+9
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-141-0/+175