Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 548 Bytes

File metadata and controls

33 lines (19 loc) · 548 Bytes

NAME

AddFont -- add a font to the system list

SYNOPSIS

    AddFont(textFont)
            A1

    void AddFont(struct TextFont *);

Links: TextFont

FUNCTION

This function adds the text font to the system, making it available for use by any application. The font added must be in public memory, and remain until successfully removed.

INPUTS

textFont - a TextFont structure in public ram.

RESULT

BUGS

SEE ALSO

SetFont RemFont graphics/text.h