Name

gfx_set_font — sets the font as current font

Synopsis

#include <gfx.h>   
void gfx_set_font (font); 
const font_t * font;
 

Arguments

font

the font name

Description

Sets the given font as the current font. gfx_draw_string would use the font set for further string displays. The available fonts are represented using the macros FONT_4x6, FONT_8x8, FONT_NUM_10x18.