> To render vector font properly, Amanith loads also matrixes for each
> subglyphs, that tell how the subglyph is positioned respect to its
> father. In particular we use FT_SubGlyphRec_ structure. Inside
> freetype.h there is the following line:
>
> typedef struct FT_SubGlyphRec_* FT_SubGlyph;
>
> But to make my load routines know how that structure is done, i have
> to include ftgloadr.h, where FT_SubGlyphRec_ is fully defined (so i
> can access matrixes and flags).
What members of this structure do you need?
> In freetype2 2.2 it seems that internal(s) are not ever exposed.
Correct.
> How can i solve this problem for Amanith ? Can you freetype2 team
> expose it?
We can, I think :-) I just wonder whether it is better to provide a
function, or whether we shall simply move the structure to a public
header. David?
Werner
_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel