UTextDrawing is a PowerPlant class that is used for drawing text in LTextButton and LCaption objects.
Methods :
There is only one method in this class.
Data Members:
There are no data members in this class.
Operation:
The method in this class provides the same functionality as the
MacOS TextBox() routine, but does not erase the box before drawing. This improves
performance. This means that you must erase the text before drawing
if you change it dynamically.
Source files:
Ancestors:
See also:
Purpose:
This method draws text in LTextButton and LCaption objects.
Access:
Prototype:
static void DrawWithJustification( Ptr inText,Parameters:
SInt32 inLength,
const Rect &inRect,
SInt16 inJustification,
Boolean inFirstLeading = true)
The parameters for this method are:
Return: