freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] About the Advance value.


From: 丁力
Subject: [ft-devel] About the Advance value.
Date: Tue, 16 Dec 2008 09:24:40 +0800

In the FtViewer, after the function “FTC_ImageCache_LookupScaler” was call,  

I can get the two value:

dXAdvance = (glyph->advance.x) >> 16;

    dYAdvance = (glyph->advance.y) >> 16;

 

And what I want to know is how to get the values without calling the function “FTC_ImageCache_LookupScaler”.

 

Thanks.

Bigpin


reply via email to

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