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

2005-09-06 Thread Sean McBride
On 2005-09-05 11:19, Christian Demmer said:

By the way, I'd be interested to know the exact version of Jam that comes
with 10.4. Did they upgrade it ? To know that, simply type jam -v or
jam -? on the command line.

g4c:~ chris$ /Developer/Private/jam -v
Jam/MR  Version 2.2.1.  Copyright 1993, 1997 Christopher Seiwald.
with Apple ProjectBuilder Extensions

Interesting... which Mac OS are you using?  I tried on several 10.4
machine here (all with dev tools installed) and none of them have jam.

--

Sean McBride, B. Eng [EMAIL PROTECTED]
Rogue Researchwww.rogue-research.com
Mac Software Developer  Montréal, Québec, Canada




___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


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

2005-09-06 Thread mpsuzuki
Dear Mr. Sean McBride,

On Tue, 6 Sep 2005 13:31:13 -0400
Sean McBride [EMAIL PROTECTED] wrote:

On 2005-09-06 10:54, [EMAIL PROTECTED] said:

In fact, there's no ATS function to find font file for a given font name,
except of ATSFontGetFileSpecification().

Unfortunately I think you are right. :(  But ATSFontGetFileSpecification
() is not deprecated, so you can use that.  Then convert the FSSpec it
gives you into something else, like an FSRef.  I filed a bug with Apple
to make an FSRef version of that function.

Thank you for advice. OK, I write this issue in TODO and
use ATSFontGetFileSpecification() as temporal workaround.
If you receive any reply from Apple about this issue,
please inform ft-devel people.

I'm afraid it will be deprecated in future.

They will only deprecated it if/when they replace it.

I wish this issue is fixed before Intel Mac :-)

Regards,
mpsuzuki


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel