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

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to