diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-09-04 20:56:03 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-09-04 20:56:03 +0000 |
commit | 3767fe8946460aa77e559b24265a5367e8049083 (patch) | |
tree | 2ce9d8a9d61110526d45e25acb8c4fa4be497e65 /ChangeLog.pre-1-2 | |
parent | d29a3e5bc932f3083c307b3ee9d8ef96028191da (diff) | |
download | pango-3767fe8946460aa77e559b24265a5367e8049083.tar.gz |
Render only valid glyphs. Fix by Florent Duguet. Don't know if this is
2002-09-05 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c (pango_win32_render): Render only valid
glyphs. Fix by Florent Duguet. Don't know if this is quite the
correct way to fix the problem of default glyphs (ugly boxes)
showing up, maybe invalid glyphs never should get this far, but be
noticed earlier?
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index bebdceaa..c24a8385 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,11 @@ +2002-09-05 Tor Lillqvist <tml@iki.fi> + + * pango/pangowin32.c (pango_win32_render): Render only valid + glyphs. Fix by Florent Duguet. Don't know if this is quite the + correct way to fix the problem of default glyphs (ugly boxes) + showing up, maybe invalid glyphs never should get this far, but be + noticed earlier? + 2002-09-04 Tor Lillqvist <tml@iki.fi> * pango/pango-utils.c: G_WIN32_DLLMAIN_FOR_DLL_NAME not needed on |