From 281c17da32088daa9354850f862b6a395a214e50 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 27 May 2008 23:12:56 +0000 Subject: Map words that indicate weight and slant in the font name into the 2008-05-28 Tor Lillqvist * pango/pangowin32-fontmap.c (pango_win32_font_description_from_logfont) (pango_win32_font_description_from_logfontw): Map words that indicate weight and slant in the font name into the corresponding Pango font description settings, and strip those words from the family name. This maps for instance the DejaVu Sans, DejaVu Sans Condensed and DejaVu Sans Light fonts into a single DejaVu Sans family with styles Ultra-Light, Condensed, Oblique Condensed, Oblique, Bold Condensed, Bold, Bold Oblique Condensed, and Bold Oblique, which is nice. svn path=/trunk/; revision=2644 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14165fad..7c058a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,14 @@ (pango_win32_font_description_from_logfontw): Recognize the semi-bold weight interval. + Map words that indicate weight and slant in the font name into the + corresponding Pango font description settings, and strip those + words from the family name. This maps for instance the DejaVu + Sans, DejaVu Sans Condensed and DejaVu Sans Light fonts into a + single DejaVu Sans family with styles Ultra-Light, Condensed, + Oblique Condensed, Oblique, Bold Condensed, Bold, Bold Oblique + Condensed, and Bold Oblique, which is nice. + 2008-05-27 Tor Lillqvist * pango/pangowin32-fontmap.c (pango_win32_family_list_faces): -- cgit v1.2.1