Sets the font for the dialogs to use.
#include "ltvdlg.h"
L_LVDLG_API L_HFONT L_VecDlgSetFont(hFont)
Handle to the selected font.
Value | Meaning |
---|---|
!NULL | The previous font. |
NULL | An error occurred. |
The default font is HELV size 8.
Call this function with hFont set to NULL to use the default font.
For an example, refer to L_VecDlgSetString.