[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Re: Distiller produced PFA problems
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Re: Distiller produced PFA problems |
Date: |
Thu, 18 Jan 2001 08:53:40 +0100 (CET) |
> I'll fix the FontMatrix stuff tomorrow, and look into the Subrs
> parsing. The latter is tricky: we have to add logic to the code to
> take into account the fact the font might reference a non-existant
> subr (in particular, Subrs 0 - 3). Which, AFAIK, is OK with Type 1
> fonts, because Adobe's Type 1 rasterizers trap certain Subrs (Subrs
> 0 - 3) in C code. Not that this makes it OK, per se, but
> conformance with Adobe's Type 1 rasterizers is as good a measuring
> stick as any.
Hmm, maybe it is easier to add dummy subr structures instead of coding
a lot of additional guards...
Werner