Function SelectFont

Top 

Declaration:

void SelectFont(unsigned long handle, char name[], int height);

Description

Selects a font for text output. As opposed to the SetWindowFont function, this font can be proportional. It is used for displaying text with the DisplayTextF function anywhere in the window.

name is the line with the font name; height specifies the font height.