Platform | Win32, x64 |
Purpose |
To set the default standard I/O font for ClearWin windows. |
Syntax |
SUBROUTINE SET_DEFAULT_FONT@(HFONT) |
Description |
This routine is not suitable for format windows. It sets the default standard I/O font for ClearWin windows to HFONT. HFONT must be the handle to an existing font which can for example be obtained by calling the CreateFont Windows API function. |
Note |
Any font changes will affect only those ClearWin windows subsequently created. If you wish to change the default font for all ClearWin windows then this can only be achieved by calling one of the ClearWin+ set-font functions before any windows are created or any standard I/O is performed. |