CGraphicsContext::TDrawTextExtendedParam Struct Reference

struct CGraphicsContext::TDrawTextExtendedParam : public CGraphicsContext::TDrawTextParam

Parameters for extended text drawing and measuring. It is used by CGraphicsContext::DrawTextExtended() to indicate whether text should be drawn from right-to-left or left-to-right.

Inherits from

Public Member Functions
TDrawTextExtendedParam ()
Inherited Functions
Public Attributes
TBool iParRightToLeft
Inherited Attributes

Constructor & Destructor Documentation

TDrawTextExtendedParam()

TDrawTextExtendedParam ( ) [inline]

Constructor. Initialises iParRightToLeft to EFalse.

Member Data Documentation

TBool iParRightToLeft

TBool iParRightToLeft

ETrue if the text direction is right-to-left (for scripts like Arabic and Hebrew). EFalse if left-to-right.