freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Mac language ID


From: Werner LEMBERG
Subject: Re: [Devel] Mac language ID
Date: Tue, 16 Dec 2003 08:22:39 +0100 (CET)

> If we are not permitted to add language_id field to FT_CharMapRec_
> because the addition breaks binary compatibility (or for some other
> reason), we have to add the language_id to TT_CMap.
> 
>   typedef struct  TT_CMapRec_
>   {
>     FT_CMapRec  cmap;
>     /* here */
>     FT_Byte*    data;         /* pointer to in-memory cmap table */
>   } TT_CMapRec, *TT_CMap;
> 
> In this case we have to consider about the filed accessor because
> the TT_CMapRec is sfnt private.

Perhaps an equivalent to the the fttype1.c file; something like an
`FT_Get_TT_CMap_Info' function.  This would be a candidate for a
Freetype service since the cff and type 42 drivers are affected
also...


    Werner



reply via email to

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