From: Pete French <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: Text drawing bug - gaps after 16th character in scaled view
Date: Wed, 02 Jul 2003 09:34:39 +0100

> studying it.  Why?  Because I have to get some .nfonts for Asian
> characters somewhere or to

.nfont is easy to make one manually. There is an example of my Chinese font:

 {
       Version = 2;
       Foundry = "Arphic";
       Faces =
       (
       {
           PostScriptName = "MingTi";
           Name = "Regular";
           Files = ("bsmi00lp.ttf");
       },
       {
           PostScriptName = "MingTi-Bold";
           Name = "Bold";
           Files = ("bsmi00lp.ttf");
       }
       );
}

Just simply copy and modify from other .nfont.
Save it as "FontInfo.plist" under the directory of .nfont with the font file "bsmi00lp.ttf".


Yen-Ju

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail




_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to