Function SetFontTable

From Uzebox Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Prototype

void SetFontTable(const char *data);

Description

Defines the tile set to be used by the Print functions. Data must be in PROGMEM.

Parameters
  • data: Pointer to the tile set.
Returns

Void

Video Modes

1

Since

V1

Example:

#include "data/fonts.pic.inc"
...
SetFontTable(fonts);