Hamish said:
> defoma?
I've had a quick look at the various man pages for defoma.
Can you confirm that by using this I could make the list of fonts returned
by things like fontFamily() be restricted to just Postscript fonts? Or
possibly get a list from some other Perl function call.
Unfortunate
On Mon, Sep 26, 2005 at 08:09:54AM +0100, Colin Tuckley wrote:
> I have a Perl-TK application which uses fonts, I need to offer a list of
> Postscript fonts to the user.
>
> Does anybody know a way to identify which of the fonts installed on the
> system are postscript?
defoma?
Hamish
--
Hamish
I have a Perl-TK application which uses fonts, I need to offer a list of
Postscript fonts to the user.
Does anybody know a way to identify which of the fonts installed on the
system are postscript?
The best I've come up with so far is:
xlsfonts -ll "*" | grep -i postscript | sort -u
However, th
3 matches
Mail list logo