CGraphicsContext::TDrawTextExtendedParam Struct Reference

#include <gdi.h>

struct CGraphicsContext::TDrawTextExtendedParam : public CGraphicsContext::TDrawTextParam

Inherits from

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

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

TBool 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.