[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] subrs length checking
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] subrs length checking |
Date: |
Thu, 15 May 2008 01:25:19 +0200 (CEST) |
> I have a Type1 font which used to work in older versions of FreeType
> but fails to open in the latest version. [...]
>
> Technically the font isn't completely correct, I think a Subr must
> at least have a return, but it has always worked in the past
> (probably the Subr is never called). Is it sensible to cover this as
> a special case by relaxing the check to be < rather than <= ?
I've done this right now in the CVS, thanks.
Werner