Syntax
void GetFont(
unsigned int *type,
char **font_ptr
);
Parameters
- type
-
[out] Contains the font type.
Value Description USER_FONT The user font specified in SetFont is specified. HUGE_FONT The system font (huge) is specified. LARGE_FONT The system font (large) is specified. MEDIUM_FONT The system font (medium) is specified. SMALL_FONT The system font (small) is specified. TINY_FONT The system font (tiny) is specified. - font_ptr
- [out] Contains the start address of the font table.
Return value
None
Remarks
Gets the specified font type.
Requirements
Header file:
lib.hLibrary file:
libSTARTUPOPH5000.a
Last updated: 2020/10/02