Important: The information in this document is obsolete and should not be used for new development.
Favoring Outline Fonts Over Bitmapped Fonts
TheSetOutlinePreferred
procedure causes either outline fonts or bitmapped fonts to be favored when the Font Manager receives a font request. You can use theGetOutlinePreferred
function to find out whether outline or bitmapped fonts are currently favored. You can use theIsOutline
function to find out if the font used in the current graphics port is an outline font.
Subtopics
- SetOutlinePreferred
- GetOutlinePreferred
- IsOutline