freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] is it possible to retrieve whole kerning table?


From: David Turner
Subject: Re: [ft-devel] is it possible to retrieve whole kerning table?
Date: Sun, 15 Jan 2006 18:19:25 +0100
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hello,

you could try FT_Load_Sfnt_Table to retrieve the "kern" table,
then parse it yourself to build wathever structure you need from it

Hope this helps,

- David


Piotr Pawłow a écrit :

>Hello,
>
>I am trying to figure out how to implement WIN32 GetKerningPairs[1] function 
>in Wine. Unfortunately, I can't find a similar function in freetype API. 
>There is FT_Get_Kerning, but in order to build a whole table I would need to 
>know all the kerning pairs in a font, or brute-force check all 
>combinations :)
>
>Any idea how to do it?
>
>[1] http://msdn.microsoft.com/library/en-us/gdi/fontext_969f.asp
>
>  
>





reply via email to

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