(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/text.h>
#include <proto/graphics.h>
void RemFont (textFont)
LOCATION
In GfxBase at offset 81
SYNOPSIS
struct TextFont * textFont
FUNCTION
Remove a font from the list of public available fonts. Afterwards, you can close it.
INPUTS
textFont
Remove this font.
RESULT
None.
EXAMPLE
SEE ALSO
OpenFont(), CloseFont(), SetFont(), AddFont()
NOTES
BUGS
INTERNALS
HISTORY