freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kerning problems


From: David Turner
Subject: Re: kerning problems
Date: Thu, 27 Jul 2000 19:19:14 +0200

> 
> This is the correct call, for which I'm still not getting any kern
> adjustment values.
> 
> error = FT_Get_Kerning( face, text[previous_glyph], text[n],
> ft_kerning_default, &kern );
> 
> My test string is "AVAVAV LTLTLT The quick brown fox jumped over the lazy
> dog".
> 

Hmmm.. "ftstring" works with kerning well here. So, questions are:

  - does the string render correctly ??

  - can you try a hard-coded example with left=36 and right=57
    (these are the glyph indices for "A" and "V" in my version
     of Times New Roman)

- David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]