summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-07-18 23:06:25 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-07-18 23:06:25 +0000
commitc85f6672f3329705ed186d8eb50f71528e1d087d (patch)
treee9f5bfa277799db06c2c305a2c32c0151670b980 /ChangeLog
parent127236be60b9b850d64ba904ac881953b97f341a (diff)
downloadpango-c85f6672f3329705ed186d8eb50f71528e1d087d.tar.gz
Add Tahoma and Angsana New, these common fonts have Thai characters.
2000-07-19 Tor Lillqvist <tml@iki.fi> * examples/pangowin32.aliases: Add Tahoma and Angsana New, these common fonts have Thai characters. * pango/pangowin32-private.h: Rename fonts and n_fonts members to logfonts and n_logfonts, as that is what they are. * pango/pangowin32.c: Bug fixes. Works much better now. (pango_win32_font_get_glyph_extents): Set y offset correctly. (subfont_has_glyph): Call SetTextAlign. Select the font into the HDC before calling GetTextMetrics.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed518a90..eb5ef410 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-07-19 Tor Lillqvist <tml@iki.fi>
+
+ * examples/pangowin32.aliases: Add Tahoma and Angsana New, these
+ common fonts have Thai characters.
+
+ * pango/pangowin32-private.h: Rename fonts and n_fonts members
+ to logfonts and n_logfonts, as that is what they are.
+
+ * pango/pangowin32.c: Bug fixes. Works much better now.
+ (pango_win32_font_get_glyph_extents): Set y offset correctly.
+ (subfont_has_glyph): Call SetTextAlign. Select the font into the
+ HDC before calling GetTextMetrics.
+
2000-07-18 Tor Lillqvist <tml@iki.fi>
* pango/Makefile.am (EXTRA_DIST): Add the pangowin32 sources.