summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-05-27 23:12:56 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-05-27 23:12:56 +0000
commit281c17da32088daa9354850f862b6a395a214e50 (patch)
tree3acbcba6f1ed4fdf1bc09dc37f70f88750929774 /ChangeLog
parentd9e7332ce248db65fd90ea2eebac32af459340f0 (diff)
downloadpango-281c17da32088daa9354850f862b6a395a214e50.tar.gz
Map words that indicate weight and slant in the font name into the
2008-05-28 Tor Lillqvist <tml@novell.com> * 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <tml@novell.com>
* pango/pangowin32-fontmap.c (pango_win32_family_list_faces):