(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/graphics_protos.h>

void StripFont (font)

LOCATION
In GfxBase at offset 137

SYNOPSIS
struct TextFont * font

FUNCTION
Removes a TextFontExtension from a font.

INPUTS
font
font to remove extension from.

RESULT

EXAMPLE

SEE ALSO
ExtendFont(), ExtendFontTags()

NOTES

BUGS

INTERNALS

HISTORY
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
Not cautious enough with race conditions. Polish.
30.06.1997 nlorentz
Availfonts()