Skip to content

[TrueType] CVT table is not correctly clone for composite fonts"

Hello, attached font has composite glyph with id 148. When you call FT_Load_Glyph method then each glyph(simple glyph) clone CVT table by this function Modify_CVT_Check and returns back the origin values at the end of VirtualMachine during the hinting process. I think, that this is not correctly for composite glyphs. CVT table should be share for all glyphs which is part of composite glyph. Caused by this commit 369d8be9.

I compiled it only in our project (not directly in freetype). All our tests passed and I don't know how to test in FT directly.

CETIMES.TTF

Edited by Werner Lemberg

Merge request reports