Important: The information in this document is obsolete and should not be used for new development.
GetDefFontSize
TheGetDefFontSize
function determines the default size of the system font.
FUNCTION GetDefFontSize: Integer;DESCRIPTION
TheGetDefFontSize
function returns the current value of the global variableSysFontSize
if that value is not 0. If the value ofSysFontSize
is 0,GetDefFontSize
returns 12 as the default font size.At system startup, the value of
SysFontSize
is set to 0.SEE ALSO
You can determine the preferred size for either the system font or the application font of any enabled script system by calling theGetScriptManagerVariable
function. See the chapter "Script Manager" in this book.