summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/pangowin32.aliases4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pangowin32.aliases b/examples/pangowin32.aliases
index 948642f4..ee038c48 100644
--- a/examples/pangowin32.aliases
+++ b/examples/pangowin32.aliases
@@ -2,6 +2,6 @@
#
# family style variant weight stretch facename,...
-sans normal normal normal normal "arial,gulimche,ms gothic,ms hei,mingliu"
-serif normal normal normal normal "times new roman,gulimche,ms gothic,ms song,mingliu"
+sans normal normal normal normal "arial,tahoma,gulimche,ms gothic,ms hei,mingliu"
+serif normal normal normal normal "times new roman,angsana new,gulimche,ms gothic,ms song,mingliu"
monospace normal normal normal normal "courier new,gulimche,ms gothic,ms song,mingliu"