As far as I understand, this "warning" only applies to
code that reads the resource fork directly and doesn't
try to read fields in cpu-independent order.

A quicky look at the sources shows that:

 - src/base/ftobjs.c   is clean
 - src/base/ftmac.c    however does typecast pointers
                       from the FOND data into structure pointers
                       directly

it seems clear that 'ftmac.c' needs to be cleared. However,
it should be too long if one uses FreeType's structure and
integer unpacking support (which is already used in all other
parts of the library anyway).

Hope this helps,

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


> -----Message d'origine-----
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] 
> la part de
> Sean McBride
> Envoyé : jeudi 1 septembre 2005 15:49
> À : [email protected]
> Objet : Re: [ft-devel] Freetype on Mac uses deprecated functions
> 
> 
> Hi again all,
> 
> Another reason to move away from the old Font Manager and to ATS, is
> that some of the Font Manager stuff will not carry over to Mac OS X on
> Intel without extra work, see:
> 
> <http://developer.apple.com/documentation/MacOSX/Conceptual/
> universal_binary/universal_binary_tips/chapter_5_section_10.html#//
> apple_ref/doc/uid/TP40002217-CH239-280492>
> 
> Thanks,
> 
> -- 
> ____________________________________________________________
> Sean McBride, B. Eng                 [EMAIL PROTECTED]
> Rogue Research                        www.rogue-research.com 
> Mac Software Developer              Montréal, Québec, Canada
> 
> 
> 
> 
> _______________________________________________
> Freetype-devel mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/freetype-devel
> 


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to