|
From: | Nikolaus Waxweiler |
Subject: | Re: [ft-devel] merged CFF and Type1 hinting code now in master |
Date: | Sat, 21 Oct 2017 18:20:10 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
> Oversight: The new Type1 hinting engine should be activated in light > hinting mode, just like with CFF fonts. The code for that lives in > FT_Load_Glyph(). It is currently only active with full hinting, light > hinting is done by the autohinter. Ok, the obvious approach of modifying the font driver's flags to say FT_DRIVER_HINTS_LIGHTLY if a light hinter is active doesn't work because the base driver classes are const (e.g. t1driver.c:944). Gotta think of something else.
[Prev in Thread] | Current Thread | [Next in Thread] |