Important: The information in this document is obsolete and should not be used for new development.
SetFractEnable
TheSetFractEnable
procedure enables or disables fractional glyph widths.
PROCEDURE SetFractEnable (fractEnable: Boolean);
fractEnable
- Specifies whether fractional widths or integer widths are to be used to determine glyph measurements. A value of
TRUE
indicates fractional glyph widths; a value ofFALSE
indicates integer glyph widths.DESCRIPTION
TheSetFractEnable
procedure establishes whether or not the Font Manager provides fractional glyph widths to QuickDraw, which then uses them for advancing the pen during text drawing. If you set thefractEnable
parameter toTRUE
, the Font Manager provides fractional glyph widths. If you set it toFALSE
, the Font Manager provides integer glyph widths.The
SetFractEnable
procedure assigns the value that you specify in thefractEnable
parameter to the global variableFractEnable
.The Font Manager defaults to integer widths to ensure compatibility with existing applications.