summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-05-27 00:29:10 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-05-27 00:29:10 +0000
commit76101786c159b8bdfdb711332ec4ccb73812e729 (patch)
treed89c0be56027df493c54aae1c60777cb3475918b /ChangeLog
parent3c3df8f0f19f6fb87931bd68b8dbb61bc3af0de0 (diff)
downloadpango-76101786c159b8bdfdb711332ec4ccb73812e729.tar.gz
Synthesize also Bold and Bold Italic (or Oblique) faces when feasible.
2008-05-27 Tor Lillqvist <tml@novell.com> * pango/pangowin32-fontmap.c: Synthesize also Bold and Bold Italic (or Oblique) faces when feasible. Don't synthesize these for decorative or script fonts. Kill the magic code snippet mentioned below. Instead, explicitly create font families for the standard pseudo fonts that correspond to the first existing font of the corresponding built-in alias list. Use the face style name Oblique for slanted sans and monospace fonts, not Italic. svn path=/trunk/; revision=2639
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 264cbcc3..888d72d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-05-27 Tor Lillqvist <tml@novell.com>
+ * pango/pangowin32-fontmap.c: Synthesize also Bold and Bold Italic
+ (or Oblique) faces when feasible. Don't synthesize these for
+ decorative or script fonts. Kill the magic code snippet mentioned
+ below. Instead, explicitly create font families for the standard
+ pseudo fonts that correspond to the first existing font of the
+ corresponding built-in alias list. Use the face style name Oblique
+ for slanted sans and monospace fonts, not Italic.
+
+2008-05-27 Tor Lillqvist <tml@novell.com>
+
* pango/pangowin32-fontmap.c (pango_win32_family_list_faces):
Prune duplicated face names. Makes the GTK+ font selector look a
bit saner for the "sans", "serif" and "monospace" standard pseudo