Tries to open the font specified by textAttr. If the font has allready been loaded into memory, it will be opened with OpenFont(). Otherwise OpenDiskFont() will try to load it from disk.
INPUTS
textAttr
Description of the font to load. If the textAttr->ta_Style FSF_TAGGED bit is set, it will be treated as a struct TTextAttr.
RESULT
Pointer to a struct TextFont on success, 0 on failure.
EXAMPLE
SEE ALSO
AvailFonts()
NOTES
BUGS
Loadseg_AOS() which is internally used to load a font file from disk, does not handle address relocation for 64 bit CPUs yet. Will add a hack to support this.
INTERNALS
HISTORY
22.06.1999 hkiel
Masquerade for #include <aros/debug.h>
20.10.1998 hkiel
Amiga Research OS
12.02.1998 turrican
Fix uninitialized variable warnings
23.07.1997 nlorentz
First working version
30.06.1997 nlorentz
Fixed some "undefined symbols", but I still get "undefined
symbol SysBase, and can't see why :(