Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Text /
Chapter 4 - Font Manager / Font Manager Reference
Routines / Scaling Outline Fonts


GetPreserveGlyph

The GetPreserveGlyph function determines whether the Font Manager preserves the shapes of glyphs from outline fonts.

FUNCTION GetPreserveGlyph: Boolean;
DESCRIPTION
The GetPreserveGlyph 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 the SetPreserveGlyph procedure. If GetPreserveGlyph returns TRUE, the Font Manager preserves glyph shapes; if GetPreserveGlyph returns FALSE, 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 the GetPreserveGlyph function are
Trap macroRoutine selector
_FontDispatch$700B


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996