[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] error enums that I _cannot_ add
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] error enums that I _cannot_ add |
Date: |
Thu, 21 Jul 2016 06:22:36 +0200 (CEST) |
> I don't think Freetype checks and cares about 'EIF found without IF'
> (no reason to, unlike the opposite, an IP or ELSE that goes on and
> on)?
Correct.
> likewise 'ELSE found without EIF' - an ELSE that goes on and goes,
> is already captured, but Freetype does not check an 'ELSE found
> without IF' - i.e. an ELSE without something leading up to it?
Correct.
> Or the 64k limit for individual FDEF/IDEF? Freetype seems to allow
> large ones without complaints?
Correct.
It should be fairly easy to add some code that catches those issues.
I don't think, however, that this needs to be added without
FT_DIAGNOSTICS.
Werner