On Fri, Feb 16, 2018 at 03:23:57PM +0200, Dominik Röttsches wrote:
> Can we potentially change the behaviour so that FreeType still exposes this
> value for bitmap fonts, even though it's not useful in all cases? Or is
> this a non use-case for FreeType and clients should parse the head table on
> their own for such a situation?

As a workaround, instead of parsing the “head” table yourself, you can
use FT_Get_Sfnt_Table(face, FT_SFNT_HEAD) which returns TT_Header
struct.

Regards,
Khaled

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to