Re: Query regarding CFF font handling

Alexei Podtelezhnikov <[email protected]> Wed, 22 Oct 2025 13:05:11 -0400
Newsgroups gmane.comp.fonts.freetype.devel
Message-ID <[email protected]>
> Otherwise, let TT_Get_Advances fall back on cff_load_glyph to do
> slow advances. This avoids unchecked access to cff_load_glyph and
>  this is how tt_get_advances is implemented.

Reading src/base/ftadvanc.c , this is exactly what should happen *unless* FT=
_ADVANCE_FLAG_FAST_ONLY is set. No?=