ForceDefaultFont method
ForceDefaultFont(force)
ForceDefaultFont
The ForceDefaultFont(force) method forces KClient to use the default Windows font, rather than using the font set by the user preferences and stored in the registry.
This is intended for cases where the user's choice of font causes prevents the form from displaying as designed.
REM Force KClient to use the Windows default font Client.ForceDefaultFont(TRUE)