Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 677 Bytes

File metadata and controls

34 lines (20 loc) · 677 Bytes

NAME

CloseFont -- Release a pointer to a system font.

SYNOPSIS

    CloseFont(font)
              A1

    void CloseFont(struct TextFont *);

Links: TextFont

FUNCTION

This function indicates that the font specified is no longer in use. It is used to close a font opened by OpenFont, so that fonts that are no longer in use do not consume system resources.

INPUTS

font - a font pointer as returned by OpenFont or OpenDiskFont

RESULT

BUGS

SEE ALSO

OpenFont diskfont.library/OpenDiskFont graphics/text.h