> 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. _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
