freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Caching questions


From: Hubert Kubiak
Subject: Re: [Freetype] Caching questions
Date: Thu, 08 May 2003 09:48:39 +0200

Shoms W wrote:
> 
> However, when I call the function with the
> proper parameters, I always get delta.x as 0.
> Am I doing something wrong. Can I use the FT_Get_Kerning function when using
> the cache-sub system? The FT_HAS_KERNING(face) is true. I am drawing a
> blank, and any help would be appreciated.
> The font that I am testing with is arial.ttf

Hi,
To be sure, check the kerning between 'W' and 'A'. Some fonts (specially
'standard' TTF fonts) have very poor kerning tables and only few pairs
has defined any kerning. But for the 'WA' pair arial.ttf has the value
defined for sure, so you can check if really something is wrong. I'm
using a kerning with a freetype and it's OK, but I haven't used cache
yet.
Regards,
Hubert



reply via email to

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