Miscellaneous
| Mac OS X header: |
ApplicationServices/ApplicationServices.h |
| Mac OS 9 header: |
Fonts.h |
| Carbon status: |
Unsupported |
AntiTextGetApplicationAware ();
| Carbon status: |
Unsupported |
AntiTextGetEnabled ();
| Carbon status: |
Unsupported |
AntiTextIsAntiAliased ();
| Carbon status: |
Unsupported |
AntiTextSetApplicationAware ();
| Carbon status: |
Unsupported |
AntiTextSetEnabled ();
OSErr FetchFontInfo (
SInt16 fontID,
SInt16 fontSize,
SInt16 fontStyle,
FontInfo *info
);
-
function result
A result code.
Availability
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.6 or later.
| Carbon status: |
Unsupported |
void getfnum (
const char *theName,
SInt16 *familyID
);
Availability
Not available in Carbon.
Carbon Porting Notes
You should instead use FMGetFontFamilyFromName.
| Carbon status: |
Unsupported |
void getfontname (
SInt16 familyID,
char *theName
);
Availability
Not available in Carbon.
Carbon Porting Notes
You should instead use FMGetFontFamilyName.
Boolean IsAntiAliasedTextEnabled (
SInt16 *outMinFontSize
);
Availability
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.6 or later.
void QDTextBounds (
SInt16 byteCount,
const void *textAddr,
Rect *bounds
);
Availability
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.6 or later.
OSStatus SetAntiAliasedTextEnabled (
Boolean inEnable,
SInt16 inMinFontSize
);
-
function result
A result code.
Availability
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.6 or later.
© 2001 Apple Computer, Inc. (Last Updated July 21, 2001)