Carbon


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
);
Parameter descriptions
iTextLayout

A reference to an initialized text layout object whose automatic font substitution you wish to determine. You cannot pass NULL for this parameter.

oTransientFontMatching

On return, a pointer to a value that indicates whether ATSUI will perform automatic font substitution. If true, ATSUI will perform automatic font substitution.

function result

A result code.

VERSION NOTES

Available beginning with ATSUI 1.0.

AVAILABILITY

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)