Re: [ft-devel] Freetype on Mac uses deprecated functions

2005-09-02 Thread Werner LEMBERG
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, [...] Any volunteers? Neither David nor I use a Mac... I want to do. Great! And thanks in advance for your support.

Re: [ft-devel] Inconsistent Function Type

2005-09-02 Thread Werner LEMBERG
In a header file include/freetype/ftrender.h , typedef void (*FT_Glyph_TransformFunc)( FT_Glyphglyph, FT_Matrix* matrix, FT_Vector* delta ) But in a source file src/base/ftglyph.c , FT_CALLBACK_DEF( void )

RE: [ft-devel] Freetype on Mac uses deprecated functions

2005-09-02 Thread Turner, David
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.chowever does typecast pointers

Re: [ft-devel] Freetype on Mac uses deprecated functions

2005-09-02 Thread Christian Demmer
[EMAIL PROTECTED] wrote: I want to do. I have MacOS 9.2 + MacOS X 10.0 + MacOS 10.1 + MacOS 10.3 machine. Unfortunately, I have no developer kit for MacOS 9. Any recommendation what I have to buy? No need to buy anything. Just get MPW from Apple. It's free.

RE: [ft-devel] Freetype on Mac uses deprecated functions

2005-09-02 Thread George Williams
On Fri, 2005-09-02 at 01:28, Turner, David wrote: 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. Yes... It uses mac specific calls to handle the resource fork. But it also adds some calls,

Re: [ft-devel] Freetype on Mac uses deprecated functions

2005-09-02 Thread George Williams
On Thu, 2005-09-01 at 14:39, Werner LEMBERG wrote: Any volunteers? Neither David nor I use a Mac... I looked into it and was able to fix a few issues, but I've never bothered to learn the new mac calls and got stuck (it used to be possible to get a filename from an open file descriptor but I

Re: [ft-devel] Freetype on Mac uses deprecated functions

2005-09-02 Thread Sean McBride
On 2005-09-02 07:49, George Williams said: Any volunteers? Neither David nor I use a Mac... I looked into it and was able to fix a few issues, but I've never bothered to learn the new mac calls and got stuck (it used to be possible to get a filename from an open file descriptor but I can't work