summaryrefslogtreecommitdiff
path: root/pango/pangofc-font.c
Commit message (Expand)AuthorAgeFilesLines
* 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