|
||
class DrawUtils;
Provides static functions for drawing text in a rectangle.
Defined in DrawUtils
:
ClearBetweenRects(CGraphicsContext &,const TRect &,const TRect &)
Clears between two rectangles, using a solid brush style and no pen.DrawBetweenRects(CGraphicsContext &,const TRect &,const TRect &)
Draws between two rectangles.DrawText(CGraphicsContext &,const TDesC &,const TRect &,TInt,CGraphicsContext::TTextAlign,TInt,const CFont *)
IMPORT_C static void DrawText(CGraphicsContext &aGc, const TDesC &aString, const TRect &aBox, TInt aBaseLineOffset, CGraphicsContext::TTextAlign
aHoriz, TInt aMargin, const CFont *aFont);
Draws text inside a rectangle.
|
IMPORT_C static void DrawBetweenRects(CGraphicsContext &aGc, const TRect &aOuterRect, const TRect &aInnerRect);
Draws between two rectangles.
The pen and brush settings are used as specified in the graphics context.
|
IMPORT_C static void ClearBetweenRects(CGraphicsContext &aGc, const TRect &aOuterRect, const TRect &aInnerRect);
Clears between two rectangles, using a solid brush style and no pen.
|