« Return to Thread: FT_SubGlyphRec in FreeType 2.2 - Amanith

Re: FT_SubGlyphRec in FreeType 2.2 - Amanith

by Matteo Muratori :: Rate this Message:

Reply to Author | View in Thread


> What members of this structure do you need?
>  
All of them, in particular, given a FT_SubGlyphRec subGlyph, we use:

subGlyph.index
subGlyph.flags
subGlyph.transform.xx
subGlyph.transform.xy
subGlyph.transform.yx
subGlyph.transform.yy
subGlyph.arg1
subGlyph.arg2

as you can see in
http://svn.berlios.de/svnroot/repos/amanith/trunk/plugins/fonts/gfontsimpexp.cpp 
(function LoadGlyph)
Thanks in advance.

Matteo - www.amanith.org


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

 « Return to Thread: FT_SubGlyphRec in FreeType 2.2 - Amanith