summaryrefslogtreecommitdiff
path: root/pango/fonts.c
Commit message (Expand)AuthorAgeFilesLines
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-11/+75
* Add PANGO_WEIGHT_SEMIBOLD. (#86957, Lars Clausen)Owen Taylor2004-12-141-1/+1
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+8
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-73/+25
* Add pango_context_get_font_map()Owen Taylor2004-07-081-1/+1
* Add underline and strikethrough position and thickness metrics.Owen Taylor2004-05-271-0/+70
* New API pango_font_family_is_monospace. (#108728)Noah Levitt2004-02-231-0/+30
* Handle NULL for sizes and n_sizes.Noah Levitt2004-02-231-4/+8
* New API for getting available sizes for a bitmap font face.Noah Levitt2004-02-231-0/+30
* Hash case insensitively (#106942, Morten Welinder)Owen Taylor2003-04-301-1/+19
* Free the right string.Owen Taylor2003-04-161-1/+1
* Switch around the code so that pango_font_description_set_family (desc,Owen Taylor2003-04-151-4/+6
* Avoid crash with string such as " 12" (bug #103674)Padraig O'Briain2003-01-171-1/+1
* Remove some confusing left over verbiage in API docs about what fontOwen Taylor2002-11-261-2/+1
* Typo fix.Matthias Clasen2002-06-031-1/+1
* Produce XML, not SGML.Matthias Clasen2002-05-271-2/+2
* this function may never return NULL, so we shouldn't say so in theSven Neumann2002-03-251-2/+1
* Add some text names to weight map for weights that were added to theOwen Taylor2002-03-061-2/+5
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-6/+5
* Initialize the static_family field. (Fix from Zack Rusin)Owen Taylor2002-01-161-0/+2
* slight correction to pango_layout_get_extents(), docs still need to beHavoc Pennington2002-01-141-6/+6
* fix up docs to be clearer about PANGO_SCALE, as suggested by DennisHavoc Pennington2002-01-131-12/+12
* Update the field mask in the merged description.Owen Taylor2002-01-021-0/+4
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-231-1/+2
* Add pangoxft-private.h.Matthias Clasen2001-11-111-1/+1
* Patch from Darin Adler, with updates, to use g_ascii_* instead ofOwen Taylor2001-11-021-13/+12
* Documentation updates.Matthias Clasen2001-10-261-1/+1
* pango/tmpl/x-fonts.sgml pango/break.c small documentation fixes.Matthias Clasen2001-10-151-31/+31
* don't include family name if PANGO_FONT_MASK_FAMILY is not set.Sven Neumann2001-10-031-1/+1
* g_string_printfa => g_string_append_printf.Owen Taylor2001-10-011-2/+2
* Version 0.20PANGO_0_20Owen Taylor2001-09-251-29/+14
* Set PANGO_FONT_MASK_FAMILY. (#60888, reported by Mario Motta)Owen Taylor2001-09-211-1/+4
* pango/fonts.c (append_field, pango_font_description_to_string):Matthias Clasen2001-09-211-2/+2
* unset the static_family flag so the family_name gets freed on the nextSven Neumann2001-09-201-0/+2
* fix rule so that flags get registered as flags and rather than enumsJames Henstridge2001-09-201-0/+14
* Include parent_instance structures.Owen Taylor2001-09-181-1/+1
* Up to 0.19.Owen Taylor2001-09-181-11/+867
* Update to the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* Make a couple of functions static.Owen Taylor2001-09-021-4/+4
* copy function. (pango_glyph_string_get_type): implement get_type function.James Henstridge2001-07-021-0/+15
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-16/+15
* Allow '+' in the filename.Tor Lillqvist2001-01-071-1/+1
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-161-1/+3
* Use a fallback shaper if no engine is found for a range, the fallbackHavoc Pennington2000-12-151-2/+0
* add assertion that shaper != NULL to catch engine problems fasterHavoc Pennington2000-12-141-1/+7
* New file.Tor Lillqvist2000-11-191-0/+45
* Renamed pango_attribute_compare to pango_attribute_equal. Renamed compareSebastian Wilhelmi2000-11-131-3/+3
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-251-1/+1
* A bit of code cleanup.Owen Taylor2000-07-211-0/+1
* g_strcasecmp returns 0 when strings are equal - negate return value.Elliot Lee2000-06-191-1/+1