summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-07-20 05:58:19 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-07-20 05:58:19 +0000
commit169445c828223db2cfcf57e4a6e875535029b45e (patch)
tree2227eada96d32067ce79b3629ea49efb08de8e20 /examples
parentc7f735bd34d6c8b8d5302123959b0b1858e9dd9e (diff)
downloadpango-169445c828223db2cfcf57e4a6e875535029b45e.tar.gz
Add some more fonts. Document where to get the fonts.
2000-07-20 Tor Lillqvist <tml@iki.fi> * examples/pangowin32.aliases: Add some more fonts. Document where to get the fonts.
Diffstat (limited to 'examples')
-rw-r--r--examples/pangowin32.aliases46
1 files changed, 42 insertions, 4 deletions
diff --git a/examples/pangowin32.aliases b/examples/pangowin32.aliases
index ee038c48..6974871f 100644
--- a/examples/pangowin32.aliases
+++ b/examples/pangowin32.aliases
@@ -1,7 +1,45 @@
# File defining aliases of PangoFontDescription to Windows font set
#
-# family style variant weight stretch facename,...
+# family style variant weight stretch "facename,..."
-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"
+# Availability of these fonts:
+# (see http://www.hclrss.demon.co.uk/unicode/fonts.html)
+#
+# Arial http://www.microsoft.com/truetype/fontpack/win.htm
+# Tahoma ftp://ftp.microsoft.com/softlib/mslfiles/tahoma32.exe
+# GulimChe Windows Update, Korean Language Support for
+# Internet Explorer 5
+# MS Gothic Windows Update, Japanese Language Support for
+# Internet Explorer 5
+# MS Hei Windows Update, Chinese (Simplified) Language Support for
+# Internet Explorer 5
+# MingLiU Windows Update, Chinese (Traditional) Language Support for
+# Internet Explorer 5
+# Bitstream CyberBit
+# ftp://ftp.netscape.com/pub/communicator/extras/fonts/windows/
+# Times New Roman
+# http://www.microsoft.com/truetype/fontpack/win.htm
+# Angsana New Windows Update, Thai Language Support for
+# Internet Explorer 5
+# Courier New http://www.microsoft.com/truetype/fontpack/win.htm
+# Courier MonoThai
+# http://software.thai.net/tis-620/courierthai.html
+#
+#
+# We really should include a locale attribute, too, to be able to choose
+# the correct font for the same CJK Unified Ideograph depending on whether
+# we are rendering zh_TW (Traditional Chinese), zh_CN (Simplified
+# Chinese) or ja (Japanese).
+
+# The latin charcaters in the CyberBit font really don't fit visually
+# in the sans family. Remove if that bothers you
+#
+sans normal normal normal normal "arial,tahoma,gulimche,ms gothic,ms hei,mingliu,bitstream cyberbit"
+#
+#
+serif normal normal normal normal "times new roman,angsana new,gulimche,ms gothic,ms song,mingliu,bitstream cyberbit"
+#
+# The latin charcaters in the CyberBit font don't fit visually
+# in the monospace family either. Remove if that bothers you
+#
+monospace normal normal normal normal "courier new,courier monothai,gulimche,ms gothic,ms song,mingliu,bitstream cyberbit"