Under Linux+XFree+xfstt, finding a nice true type font is not a terrible
thing, but finding the ttf file after the font's name is different. This
small perl script reads the catalogue generated by xfstt and gets the
files corresponding to a given regexp font name pattern. Example:
[francois@wozzeck POV]$ ./findttf.pl "co.*ic"
Search for: co.*ic
Copperplate Gothic Bold Condense | fonts/tt0424m_.ttf
Copperplate Gothic BT | fonts/tt0420m_.ttf
Copperplate Gothic Heavy BT | fonts/tt0422m_.ttf
Copperplate Gothic Bold | fonts/coprgtb.ttf
Copperplate Gothic Light | fonts/coprgtl.ttf
Comic Sans MS | fonts/comic.ttf
Courier New Bold Italic | fonts/courbi.ttf
Courier New Italic | fonts/couri.ttf
Comic Sans MS Bold | fonts/comicbd.ttf
9 matches found.
It might be possible to adapt this to another ttf font server.
--
__ __ __ __ _
| | / \ / / |_ / |/
\/\/ \__/ /_ /_ |__ \_ |\
Post a reply to this message
Attachments:
Download 'us-ascii' (1 KB)
|