CShaper::TInput Class Reference

#include <openfont.h>

class CShaper::TInput

Member Attribute Documentation

iEnd

TInt iEnd

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

iFlags

TInt iFlags

Flags. Currently none is defined.

iLanguage

TUint32 iLanguage

Language code. 0 implies "default"

iMaximumAdvance

TInt iMaximumAdvance

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

iReserved1

TInt iReserved1

Reserved for future expansion. Must be set to 0.

iScript

TInt iScript

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

iSessionHandle

TInt iSessionHandle

Session handle. To be used if rasterization is needed.

iStart

TInt iStart

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

iText

const TDesC *iText

The text to be shaped possibly including context.