(C) 1998 AROS - The Amiga Research OS
NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
LONG IntuiTextLength (iText)
LOCATION
In IntuitionBase at offset 55
SYNOPSIS
struct IntuiText * iText
FUNCTION
Measure the length of the IntuiText passed to the function. Further IntuiTexts in iText->NextText are ignored. The length is measured in pixels.
INPUTS
iText
The size of this text. If iText->ITextFont contains NULL, the systems font is used (and *not* the font of the currently active screen !).
RESULT
The width of the text in pixels.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
18.02.1999 hkiel
Added return value
20.10.1998 hkiel
Amiga Research OS
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Create and free the RastPort with the new functions
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
21.10.1996 aros
A couple of new functions