CShaper::TInput Class Reference

class CShaper::TInput

Member Data Documentation

TInt iEnd

TInt iEnd

(One past) the end of the text in iText to be shaped.

TInt iFlags

TInt iFlags

Flags. Currently none is defined.

TUint32 iLanguage

TUint32 iLanguage

Language code. 0 implies "default"

TInt iMaximumAdvance

TInt iMaximumAdvance

Maximum advance in pixels. Shaping beyond this advance is not required (but is not harmful).

TInt iReserved1

TInt iReserved1

Reserved for future expansion. Must be set to 0.

TInt iScript

TInt iScript

Script code, for example 'd'<<24 | 'e'<<16 | 'v'<<8 | 'a' for Devanagari.

TInt iSessionHandle

TInt iSessionHandle

Session handle. To be used if rasterization is needed.

TInt iStart

TInt iStart

The index of the first character in iText to be shaped.

const TDesC * iText

const TDesC * iText

The text to be shaped possibly including context.