GetOutlinePreferred
GetOutlinePreferred Determine if TrueType fonts are preferred
#include <Fonts.h> Font Manager
You can use the GetOutlinePreferred function to determine whether or not
TrueType fonts are preferred over bitmapped fonts.
If both types of fonts are available for a particular font request, the
GetOutlinePreferred function returns a Boolean value indicating whether
the Font Manager chooses TrueType fonts over bitmapped fonts. By default,
the Font Manager prefers to use bitmapped fonts, for which the
GetOutlinePreferred function returns FALSE; you can also set the
behavior of the Font Manager with the SetOutlinePreferred procedure.
Returns: TRUE = TrueType is preferred
FALSE = bitmapped fonts preferred