aa_setfont(3) 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.