freetype-devel
[Top][All Lists]
Advanced

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

RE: [Devel] AAT/TrueTypeGX supports in Mac


From: Turner David
Subject: RE: [Devel] AAT/TrueTypeGX supports in Mac
Date: Mon, 27 Oct 2003 15:48:01 +0100

Hello,

 TT_FaceRec is an internal structure, which is likely to change
 in future releases (like any internal stuff). Do not use it unless
 you hack FT2's internals !!

Regards,

- David Turner
- The FreeType Project  (www.freetype.org)


> -----Original Message-----
> From: address@hidden [mailto:address@hidden
> Behalf Of Masatake YAMATO
> Sent: Wednesday, October 22, 2003 9:49 AM
> To: address@hidden
> Subject: [Devel] AAT/TrueTypeGX supports in Mac
> 
> 
> > BTW, mpsuzuki and I are working on AAT supprot on Freetype2.
> 
> To support AAT/TrueTypeGX in FreeType2 or in a library stacked on
> FreeType2, I'd like to use `extra' field in TT_FaceRec:
> 
>   typedef struct  TT_FaceRec_
>   {
> 
>   ...
>     
> /*************************************************************
> **********/
>     /*                                                        
>              */
>     /* Other tables or fields. This is used by derivative 
> formats like     */
>     /* OpenType.                                              
>              */
>     /*                                                        
>              */
>     
> /*************************************************************
> **********/
> 
>     FT_Generic            extra;
> 
>     const char*           postscript_name;
> 
>   } TT_FaceRec;
> 
> 
> How do you think using the `extra' field in the 
> AAT/TrueTypeGX supports code?
> 
> It seems that otlayout is far from complete. Any otlayout 
> codes doesn't use
> `extra' field of TT_Face yet. AFIK, only cff uses the `extra' 
> field. But
> I guess cff and aat are not conflicts. 
> 
> OpenType related code in pango derived from FreeType1 manages 
> OpenType related
> tables outside TT_Face. AAT/TrueTypeGX also have to do the same?
> If AAT/TrueTypeGX tables are in a TT_Face, AAT/TrueTypeGX 
> supports code becomes 
> simple.
> 
> Give me hits.
> 
> Regards,
> Masatake YAMATO
> 
> _______________________________________________
> Devel mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/devel
> 

--
This message and any attachments (the "message") is intended solely for the
addressees and is confidential. If you receive this message in error, please
delete it and immediately notify the sender.
Any use not in accordance with its purpose, any dissemination or disclosure,
either whole or partial, is prohibited except formal approval.
The E-Mail transmission can not guarantee the integrity of this message.
CANAL+TECHNOLOGIES will not therefore be liable for the message if modified.





reply via email to

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