Table of Contents

ugBASIC User Manual

FONT LOAD

SYNTAX

   FONT LOAD filename [TO index]

PURPOSE

The FONT LOAD command allows you to load an image and to convert it into a font.

The command support a set of modern image format, like:

The image will be converted into a way that can be efficiently drawn on the screen using the default characters.

It is also possible to indicate the index from which to start loading the various characters. The index is not the ASCII code but the screen code.

EXAMPLE

  FONT LOAD "digit0.png" TO 48

ABBREVIATION

 Fnt Ld

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY