biditext.h File Reference

Enum TBidiPanic

This enumeration holds the possible panic codes that may be raised by the BidiText API on detecting an unrecoverable error.

EnumeratorValueDescription
EBidiPanic_RunArrayNull0

The call to RRunInfoArray::OpenL() has not been made prior to this call to TBidiText::SetText()

See also: TBidiText::SetText

EBidiPanic_InvalidMaxline1

Maximum number of lines that the text will need to be split into is invalid i.e less than zero or negative.

See also: TBidiText::NewL TBidiText::MinimumSize

EBidiPanic_InvalidReservedMaxLength2

Maximum number of characters are invalid i.e less than zero or negative.

See also: TBidiText::NewL

EBidiPanic_InvalidWrappingWidth3

Maximum width of the text in pixels is invalid i.e zero or negative.

See also: TBidiText::MinimumSize

EBidiPanic_InvalidLineGap4

Number of empty pixels between two lines of text are invalid i.e zero or negative.

See also: TBidiText::MinimumSize

EBidiPanic_InvalidVisualOrderedTextLength5

Text length for display is invalid i.e zero or negative.

See also: TBidiText::DisplayText TBidiText::LineOfDisplayText

EBidiPanic_InvalidLineNumber6

Line number to retrieve is invalid i.e zero or negative.

See also: TBidiText::LineOfDisplayText