diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-11-26 20:05:13 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-11-26 20:05:13 +0000 |
commit | 910ef8f6e16efc72b1b7df9d09bccdc19da51bcd (patch) | |
tree | 59488a5a6f1c45fe51ee02fe339d3c4b633334b6 /examples | |
parent | 5d1d3a4418be2ac97a31a6f2a2abef86ce46f36c (diff) | |
download | pango-910ef8f6e16efc72b1b7df9d09bccdc19da51bcd.tar.gz |
Add README.win32.
2000-11-20 Tor Lillqvist <tml@iki.fi>
* Makefile.am (EXTRA_DIST): Add README.win32.
* examples/pangoft2.aliases: Add this file to CVS.
* examples/Makefile.am (EXTRA_DIST): Add it here.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 1 | ||||
-rw-r--r-- | examples/pangoft2.aliases | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 7cc94ff6..0a12e7fa 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -44,6 +44,7 @@ EXTRA_DIST= \ muru.utf \ pangorc \ pangox.aliases \ + pangoft2.aliases \ pangowin32.aliases alias_DATA = pangox.aliases diff --git a/examples/pangoft2.aliases b/examples/pangoft2.aliases new file mode 100644 index 00000000..96dd38e1 --- /dev/null +++ b/examples/pangoft2.aliases @@ -0,0 +1,18 @@ +# File defining aliases of PangoFontDescription to FreeType2 font set +# +# family style variant weight stretch list of face names, that should have been found +# in the font files scanned +# +# Currently this file just lists some TrueType face names +# +# 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). +# +sans normal normal normal normal "arial,browallia new,latha,mangal,gulimche,ms gothic,ms hei,mingliu" +# +# +serif normal normal normal normal "times new roman,angsana new,latha,mangal,gulimche,ms gothic,ms song,mingliu" +# +monospace normal normal normal normal "courier new,courier monothai,gulimche,ms gothic,ms song,mingliu" |