Important: The information in this document is obsolete and should not be used for new development.
SetFScaleDisable
TheSetFScaleDisable
procedure enables or disables the computation of font scaling factors by the Font Manager for bitmapped glyphs.
PROCEDURE SetFScaleDisable (fontScaleDisable: Boolean);
fontScaleDisable
- Specifies whether bitmapped fonts are to be scaled. A value of
TRUE
indicates that font scaling is disabled; a value ofFALSE
indicates that font scaling is enabled.DESCRIPTION
TheSetFScaleDisable
procedure establishes whether or not the Font Manager computes font scaling factors for bitmapped fonts. If you set thefontScaleDisable
parameter toTRUE
, the Font Manager disables font scaling, which means it responds to a request for a font size that is not available by computing font scaling factors of 1/1 and returning a smaller, unscaled bitmapped font with the widths of the requested size. If you set thefontScaleDisable
parameter toFALSE
, the Font Manager computes scaling factors for bitmapped fonts.QuickDraw performs the actual scaling of glyph bitmaps for bitmapped fonts by using the font scaling factors computed and returned by the Font Manager.
As a default, the Font Manager scales fonts to ensure compatibility with existing applications.
ASSEMBLY-LANGUAGE INFORMATION
The trap macro for theSetFScaleDisable
procedure is
Trap macro _SetFScaleDisable