freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] FT_SubGlyphRec in FreeType 2.2 - Amanith


From: Werner LEMBERG
Subject: Re: [ft-devel] FT_SubGlyphRec in FreeType 2.2 - Amanith
Date: Thu, 23 Mar 2006 17:20:55 +0100 (CET)

> 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




reply via email to

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