(C) 1998 AROS - The Amiga Research OS
NAME
#include <clib/graphics_protos.h>
ULONG ExtendFont (font , fontTags)
LOCATION
In GfxBase at offset 136
SYNOPSIS
struct TextFont * font
struct TagItem * fontTags
FUNCTION
Checks whether or not a TextFont has a TextFontExtension. If no extension exists, and tags are fontTags are supplied, then it will try to build one.
INPUTS
font
font to check for an extension.
fontTags
tags to buil the TextFontExtesion from if it doesn't exist. If a NULL pointer is given, ExtendFont will alocate default tags.
RESULT
success - FALSE if the font has no TextFontExtension and an extension can't be built. TRUE otherwise.
EXAMPLE
SEE ALSO
ExtendFontTags(), StripFont()
NOTES
BUGS
INTERNALS
HISTORY
05.01.1999 nlorentz
Polish
03.01.1999 nlorentz
Removed TextFontExtension hack and replaced with hash lookup a-la GfxLookup()/GfxAssociate()
20.10.1998 hkiel
Amiga Research OS
31.07.1997 nlorentz
Added TFE_COOKIE define. Polish.
30.06.1997 nlorentz
Availfonts()