(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/text.h>
#include <proto/graphics.h>
void AskFont (rp , textAttr)
LOCATION
In GfxBase at offset 79
SYNOPSIS
struct RastPort * rp
struct TextAttr * textAttr
FUNCTION
Query the attributes of the current font in a RastPort.
INPUTS
rp
Query this RastPort.
RESULT
textAttr will contain a description of the font.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY