CGraphicsContext::TDrawTextExtendedParam Struct Reference
struct CGraphicsContext::TDrawTextExtendedParam : public CGraphicsContext::TDrawTextParam |
Inherits from
- CGraphicsContext::TDrawTextExtendedParam
Detailed Description
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.
Member Attribute Documentation
iParRightToLeft
ETrue if the text direction is right-to-left (for scripts like Arabic and Hebrew). EFalse if left-to-right.
Constructor & Destructor Documentation
TDrawTextExtendedParam ( )
TDrawTextExtendedParam | ( | ) | [inline] |
Constructor. Initialises iParRightToLeft to EFalse.