[ Maverik Level 3 functions ]
mav_gfxWindowStringDisplay
Summary
Display a string in a window.
Syntax
void mav_gfxWindowStringDisplay(char *s, int font);
char *s
The string to display
int font
The font to use
Description
Back to the
index page
.