(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/text.h>
#include <proto/graphics.h>
void AddFont (textFont)
LOCATION
In GfxBase at offset 80
SYNOPSIS
struct TextFont * textFont
FUNCTION
Add a font to the list of public fonts. After that, you can open the font with OpenFont().
INPUTS
textFont
The font to add.
RESULT
None.
EXAMPLE
SEE ALSO
OpenFont(), RemFont(), CloseFont(), SetFont()
NOTES
BUGS
INTERNALS
HISTORY
05.01.1999 nlorentz
Singlethread access to global font list
20.10.1998 hkiel
Amiga Research OS
06.03.1997 digulla
Three new functions