[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] All glyphs in these two fonts are unloadable with FT 2.7.
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] All glyphs in these two fonts are unloadable with FT 2.7.1 |
Date: |
Wed, 08 Feb 2017 09:21:21 +0100 (CET) |
> I found that FreeType 2.7.1 is unable to load all the glyphs in
> these two fonts.
This is not correct. FreeType *can* load the two fonts, however, you
have to disable hinting since ...
> They all return the same error code: 0x8B which indicates the
> "execution context too long" Error.
... the bytecode of both fonts is broken, containing endless loops.
> FontForge is able to view both the two fonts.
Yes, FontForge loads fonts without applying hints.
Werner