Home  /  Autodocs  /  graphics.library

NAME

CloseFont
Release a pointer to a system font.

SYNOPSIS

CloseFont(font)
A1

void CloseFont(struct TextFont *);

FUNCTION

This function indicates that the font specified is no longer in use by the caller, and may be removed from the system if there are no other users. A RemFont() will be delayed until the font has been closed by all its users.

INPUTS

font
a font pointer as returned by OpenFont() or OpenDiskFont()

SEE ALSO

OpenFont() diskfont.library/OpenDiskFont graphics/text.h