Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 600 Bytes

File metadata and controls

34 lines (20 loc) · 600 Bytes

NAME

RemFont -- Remove a font from the system list.

SYNOPSIS

    RemFont(textFont)
            A1

    void RemFont(struct TextFont *);

Links: TextFont

FUNCTION

This function removes a font from the system, ensuring that access to it is restricted to those applications that currently have an active pointer to it: i.e. no new SetFont requests to this font are satisfied.

INPUTS

textFont - the TextFont structure to remove.

RESULT

BUGS

SEE ALSO

SetFont AddFont graphics/text.h