s3d_select_font
select font
- Provided by: s3d-doc (Version: 0.2.2.1-6build3)
- Source: s3d
- Report a bug
select font
#include <s3d.h>
int s3d_select_font(const char *mask);
This selects a font for the s3d_draw_string() function.
Of course, you won't forget to toggle it visible, won't you?
s3d_select_font("vera"); // will use the vera font face
Simon Wunderlich