summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* New API pango_font_family_is_monospace. (#108728)Noah Levitt2004-02-231-8/+40
* Handle NULL for sizes and n_sizes.Noah Levitt2004-02-231-8/+18
* Handle possibility of FcPatternGetDouble(FC_DPI) failing.Noah Levitt2004-02-231-1/+2
* New API for getting available sizes for a bitmap font face.Noah Levitt2004-02-231-0/+84
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-0/+1
* Fix a g_assert() with a side-effect. (Maybe #121742?)Owen Taylor2003-09-151-1/+3
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-4/+4
* Remove ABSTRACT from g_type_register_static() callSoeren Sandmann2003-08-201-2/+1
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-113/+273
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-74/+98
* When we get an isolated tone in isolation, do something reasonable ratherOwen Taylor2002-12-171-0/+12
* Print out an informative error message and exit(1) if no fonts are found.Owen Taylor2002-12-071-1/+14
* === Released 1.1.3 ===PANGO_1_1_3Owen Taylor2002-11-021-0/+1
* conditionalize FC_PATTERN usage on #ifdef FC_PATTERN, since it onlyOwen Taylor2002-08-201-0/+2
* Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), becauseOwen Taylor2002-08-191-5/+37
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-161-0/+1054