Add some additional defaults and samples to [fonts] section in wine.conf

Dmitry Timoshkov dmitry at sloboda.ru
Mon Mar 26 09:36:21 CST 2001


Hello.

While playing with Type1 and TrueType fonts on weekend, I found
it useful to add some additional defaults and samples to [fonts]
section in wine.conf.

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Add some additional defaults and samples to [fonts] section in wine.conf.

--- cvs/wine/documentation/samples/config	Sat Mar 24 13:51:50 2001
+++ wine/documentation/samples/config	Mon Mar 26 23:16:27 2001
@@ -140,8 +140,23 @@
 
 [fonts]
 ;Read documentation/fonts before adding aliases
+;See a couple of examples for russian users below
 "Resolution" = "96"
-"Default" = "-adobe-times-"
+"Default" = "-adobe-helvetica-"
+"DefaultFixed" = "fixed"
+"DefaultSerif" = "-adobe-times-"
+"DefaultSansSerif" = "-adobe-helvetica-"
+
+;; default TrueType fonts with russian koi8-r encoding
+;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
+;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
+;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
+;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
+;; default cyrillic bitmap X fonts
+;"Default" = "-cronyx-helvetica-"
+;"DefaultFixed" = "fixed"
+;"DefaultSerif" = "-cronyx-times-"
+;"DefaultSansSerif" = "-cronyx-helvetica-"
 
 [serialports]
 "Com1" = "/dev/ttyS0"






More information about the wine-patches mailing list