Important: The information in this document is obsolete and should not be used for new development.
GetPreserveGlyph
TheGetPreserveGlyph
function determines whether the Font Manager preserves the shapes of glyphs from outline fonts.
FUNCTION GetPreserveGlyph: Boolean;DESCRIPTION
TheGetPreserveGlyph
function returns a Boolean value indicating whether the Font Manager preserves the shapes of glyphs from outline fonts. Your application can set the value of this variable with theSetPreserveGlyph
procedure. IfGetPreserveGlyph
returnsTRUE
, the Font Manager preserves glyph shapes; ifGetPreserveGlyph
returnsFALSE
, then the Font Manager scales glyphs to fit between the ascent and descent lines for the font in use.ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for theGetPreserveGlyph
function are
Trap macro Routine selector _FontDispatch $700B