On Jan 17, 2010, at 3:31 PM, Emmett wrote:
> call getfnum
This call was deprecated by Apple in OS X 10.4. Unfortunately, there
are many gaps in FB Help and the current user manual. The use of
GetFNum for the Text statement is one example. Even though
FMGetFontFamilyName is also deprecated in 10.4, it is preferred ( see
GetFNum documentation in Xcode ). Try the example Ken posted.
Technically, ATSFontFamilyGetName() is the recommended call for Carbon.
Brian S