man aa_setfont (Fonctions bibliothèques) - set font specification to be used by rendering functions.

NAME

aa_setfont - set font specification to be used by rendering functions.

SYNOPSIS

#include <aalib.h> void aa_setfont

(

aa_context *c,

const struct aa_font *font

);

PARAMETERS

aa_context *c
Specifies the AA-lib context to operate on.
const struct aa_font *font
Font specification structure.

DESCRIPTION

Set font specification to be used by rendering functions.

SEE ALSO