Type
Short Integer
Description
Sets the lfClipPrecision element of the LOGFONT structure used for all font creation.
Example
REM Turn off the system Font Association
WebsterPro1. lfClipPrecision = 64
Remarks
The default value for this property is CLIP_DEFAULT_PRECIS ( = 0). To display the extended ANSI character correctly on Chinese and Korean Windows 95 or Windows NT, the Font Association of the system should be turned off by setting lfClipPrecision to 64 (hex 40).
This property affects all fonts used for rendering.