(C) 1998 AROS - The Amiga Research OS


NAME
#include <graphics/rastport.h>
#include <graphics/text.h>
#include <proto/graphics.h>

void SetFont (rp , textFont)

LOCATION
In GfxBase at offset 11

SYNOPSIS
struct RastPort * rp
struct TextFont * textFont

FUNCTION
Select a new font for rendering strings in a RastPort.

INPUTS
rp
Change this RastPort
textFont
This is the new font

RESULT
None.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY