| 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.
| Public Member Functions | |
|---|---|
| TDrawTextExtendedParam() | |
| Inherited Functions | |
|---|---|
| Public Attributes | |
|---|---|
| TBool | iParRightToLeft |
| Inherited Attributes | |
|---|---|
| TDrawTextExtendedParam | ( | ) | [inline] |
Constructor. Initialises iParRightToLeft to EFalse.
| TBool | iParRightToLeft |
ETrue if the text direction is right-to-left (for scripts like Arabic and Hebrew). EFalse if left-to-right.