hi,
that linux install procedure for fonts doesnt hear so promising easy, huh :(
so theres no 1 "easy way" for all linux distrs to install fonts ?
is there a possibility to use NON system fonts in PD(tcl/tk) ? (means, using fonts direct from pd folder that are not installed in OS) [i think this would mean to code an own font driver/interface for PD, cpu loss?]
cheers -andre
----- Original Message ----- From: "Frank Barknecht" barknech@ph-cip.uni-koeln.de To: "PD-LiST" pd-list@iem.kug.ac.at Sent: Tuesday, June 04, 2002 7:21 PM Subject: Re: [PD] [FONTS] tiny font
Hi, Andre Schmidt hat gesagt: // Andre Schmidt wrote:
BUT, before i/we haven't solved the problem using/installing new fonts on all OS i'm not giving any beta version fonts for usage :(
A new default font for PD is fine, but I would prefer if one could change fonts in PD itself, say with a nice "Font Dialog". I don't know Tk well enough, but this can't be *that* hard, can it?
linux: ???
On Linux, or more precisly on XFree86 installing fonts is different, if you use a fontserver or not. If not, you download the font
$ cd /home/me/myfonts $ wget http://www.langbox.com/AraMosaic/mozilla/fontXFE/naskhi8XBf12.pcf.Z
Then you have to generate a fonts.dir file
$ mkfontdir /home/me/myfonts
And then make the directory known in the font path (fp)
$ xset fp+ /home/me/myfonts
Now I have a new arabic font:
$ xlsfonts | grep naskhi -lbi-naskhi-bold-r-normal--0-0-75-75-m-0-iso8859-6.8x -lbi-naskhi-bold-r-normal--12-120-75-75-m-70-iso8859-6.8x
If you use the X-fontserver xfs, it's much the same, only you have to make the fontpath known to xfs:
$ chkfontpath --add /home/me/myfonts
If you want a system wide install, you're in for a ride, because every distribution has it's own tools to "make it easy".
irix: ???
Like in Linux???
ciao,
Frank Barknecht _ ______footils.org__