Last Modified: 1/4/2021
Loads a 1 bit font into memory
Name | Type | Required | Description |
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. |
Syntax: LoadFont <FontLabel>, <TileCount>, <VramLocation> |
Option NoLoadFont Print "Hello World" Sleep 50 LoadFont ,256,0 |