[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ghostscript's GSF font problem
From: |
David Turner |
Subject: |
Re: ghostscript's GSF font problem |
Date: |
Fri, 30 Jun 2000 09:26:10 +0200 |
Hi Werner,
>
> I've just tried to open (with ftview) u003043t.gsf from gs 5.50, and
> it fails. Two times I get the message
>
> T1.Parser: invalid keyword in context
>
> Maybe someone with PS font knowledge has time to investigate this...
>
Last time I checked, the Ghostscript fonts are not valid Type 1 fonts,
but derivatives that require a Postscript interpreter to be running
(I guess it's why they chose a different extension :-).
We may support _some_ of them by changing a few things in the Type 1
font driver (e.g. supporting the "-!" construct that encodes
charstrings in ASCII hexa, apparently) but right now, my priority
is elsewhere..
Note also that some ".gsf" fonts cannot be supported directly (like
the one that define an "oblique" or "bold" version of another .gsf
font through Postscript magic)..
Cheers,
- David
> Werner