(C) 1998 AROS - The Amiga Research OS


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

void PrintIText (rp , iText , leftOffset , topOffset)

LOCATION
In IntuitionBase at offset 36

SYNOPSIS
struct RastPort * rp
struct IntuiText * iText
LONG leftOffset
LONG topOffset

FUNCTION
Render an IntuiText in the specified RastPort with the specified offset.

INPUTS
rp
Draw into this RastPort
iText
Render this text
leftOffset, topOffset
Starting-Point. All coordinates in the IntuiText structures are relative to this point.

RESULT
None.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY