![]() |
ATSUGetTransientFontMatching |
||||
Header: | ATSUnicode.h | Carbon status: | Supported | |
Indicates whether ATSUI will automatically perform font substitution when a character cannot be drawn with the assigned font.
OSStatus ATSUGetTransientFontMatching ( ATSUTextLayout iTextLayout, Boolean *oTransientFontMatching );
A reference to an initialized text layout object whose automatic font substitution you wish to determine. You cannot pass NULL for this parameter.
On return, a pointer to a value that indicates whether ATSUI will perform automatic font substitution. If true, ATSUI will perform automatic font substitution.
A result code.
Available beginning with ATSUI 1.0.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)