diff options
author | Hans Breuer <hans@breuer.org> | 2001-08-09 23:40:54 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2001-08-09 23:40:54 +0000 |
commit | 20cd4088fe5bab1cde436ab572a0cc8b38cb7418 (patch) | |
tree | 5086639592b55020d4029042ac6d8514742e9650 /pango/makefile.msc | |
parent | 8634415d0e761d18210e54fb045f7b4af07bf046 (diff) | |
download | pango-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 'pango/makefile.msc')
-rw-r--r-- | pango/makefile.msc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/makefile.msc b/pango/makefile.msc index 374469d1..3af4796c 100644 --- a/pango/makefile.msc +++ b/pango/makefile.msc @@ -15,7 +15,7 @@ PANGO_VER = 0.17 !IFNDEF PACKAGE DLLS = pango pangowin32 # pangoft2 -EXES = querymodules # testfonts +EXES = querymodules testfonts #? test1 test2 test3 test4 test5 # The main target |