s3d_select_font

Langue: en

Version: 271157 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

s3d_select_font - select font

SYNOPSIS

 #include <s3d.h>
 
int s3d_select_font(const char *mask);

DESCRIPTION

This selects a font for the s3d_draw_string() function.

Warning

Of course, you won't forget to toggle it visible, won't you?
  s3d_select_font("vera"); // will use the vera font face
 

AUTHOR

Simon Wunderlich

Author of s3d