SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ LoadFont()

static void SRL::ASCII::LoadFont ( SRL::Bitmap::IBitmap * bmp,
uint8_t fontId = 0 )
inlinestatic

Copies 4bpp Bitmap ASCII table to VRAM as 4bpp tileset.

Parameters
bmppointer to an IBitmap interface to load
Note
image layout must be grid of 8x8 pixel characters arranged in ASCII order from left to right, top to bottom, with 1 empty 8x8 tile preceding the characters (see example in VDP2 Samples)
Parameters
fontIdIndex in the font table to load this font to (range 0-5)