summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-08-09 23:40:54 +0000
committerHans Breuer <hans@src.gnome.org>2001-08-09 23:40:54 +0000
commit20cd4088fe5bab1cde436ab572a0cc8b38cb7418 (patch)
tree5086639592b55020d4029042ac6d8514742e9650 /ChangeLog
parent8634415d0e761d18210e54fb045f7b4af07bf046 (diff)
downloadpango-20cd4088fe5bab1cde436ab572a0cc8b38cb7418.tar.gz
restore the previously selected font into the device context.
2001-08-10 Hans Breuer <hans@breuer.org> * pango/pangowin32.c (pango_win32_render) : restore the previously selected font into the device context. (pango_win32_font_get_glyph_extents) : info->ink_rect.y needs to be negative to get underlines right * pango/pangowin32-fontmap.c (pango_win32_font_map_list_fonts) : Don't g_assert_not_reached () on !family case. This is what the X version does as well. Testcase for win32: testfonts.c * pango/testfonts.c : (new file) simple test program for win32 which renders all or selected fonts into a bitmap * pango/makefile.msc : re-enable testfonts compiling
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dce54dee..2c35be31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2001-08-10 Hans Breuer <hans@breuer.org>
+
+ * pango/pangowin32.c (pango_win32_render) : restore
+ the previously selected font into the device context.
+
+ (pango_win32_font_get_glyph_extents) : info->ink_rect.y needs
+ to be negative to get underlines right
+
+ * pango/pangowin32-fontmap.c (pango_win32_font_map_list_fonts) :
+ Don't g_assert_not_reached () on !family case. This is what
+ the X version does as well. Testcase for win32: testfonts.c
+
+ * pango/testfonts.c : (new file) simple test program for win32
+ which renders all or selected fonts into a bitmap
+
+ * pango/makefile.msc : re-enable testfonts compiling
+
2001-08-09 Matthias Clasen <matthiasc@waldgeist.poet.de>
* pango/pango-layout.c (pango_layout_line_get_empty_extents):