Hello, I check if my TTF file has kerning information using FT_HAS_KERNING, and this returns true. I then use:FT_Get_Kerning( face, prev, next, FT_KERNING_DEFAULT, &delta ); to determine the kerning value, but delta.x returns 0. How can I debug why the kerning value is 0 even though FT_HAS_KERNING returns true? Thank-you!
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
