IsOutline
returns TRUE = if TrueType outline font would be chosen
for grafPort
FALSE = if bitmapped font would be chosen for
grafPort
You can use the IsOutline function to find out whether the current grafPort
uses a TrueType font.
The IsOutline function returns TRUE if the Font Manager, after applying
the font scaling factors in the numer and denom parameters to the font named
by the current grafPort, would choose an outline font for the grafPort. The
current setting of whether TrueType or bitmapped fonts are preferred may
also affect what IsOutline returns. Use the GetOutlinePreferred function
to find out what the current setting is.
The numer and denom parameters are of type Point, and each contains two
short integers-the first is the numerator or denominator of the ratio for
vertical scaling; the second is the numerator or denominator of the ratio for
horizontal scaling. The Font Manager applies the font scaling factors to the
font used in the current grafPort in order to calculate the measurements for
the glyphs in the block of text.
Returns: ? e
a Boolean value. It is one of:
FALSE if the Font Manager, after applying the font
scaling factors in the numer and denom parameters to
the font named by the current grafPort, would choose
an bitmapped font for the grafPort.
TRUE if the Font Manager, after applying the font
scaling factors in the numer and denom parameters to
the font named by the current grafPort, would choose
a TrueType outline font for the grafPort.