|
From: | Louis Desjardins |
Subject: | [ft-devel] FT_Get_Kerning returns 0 |
Date: | Sun, 18 Sep 2011 17:13:17 -0700 |
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! |
[Prev in Thread] | Current Thread | [Next in Thread] |