LoadFont

Last Modified: 1/4/2021

Loads a 1 bit font into memory

Arguments

NameTypeRequiredDescription
FontLabel Line Label No The line label where your 1 bit font is. If omitted, the default font will be loaded instead.
TileCount Integer No If omitted, the default value will be 256.
VramLocation Integer No If omitted, the default value will be 0.

Example

Syntax: LoadFont <FontLabel>, <TileCount>, <VramLocation>
    Option NoLoadFont
    
    Print "Hello World"
    Sleep 50
    LoadFont ,256,0

Remarks

1 bit fonts use >Data statements and use 0 (transparent pixel) and 1 for the font tiles, which uses the first non-transparent color of the palette.