This function gets the specified font type.

Syntax

void GetFont(
  unsigned int *type, 
  char **font_ptr
);

Parameters

type
[out] Contains the font type.
ValueDescription
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.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/10/02