SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Graphics GDI » TBidiPanic
Location: BidiText.h
BidiText.h
TBidiPanic
This enumeration holds the possible panic codes that may be raised by the BidiText API on detecting an unrecoverable error.
EBidiPanic_RunArrayNull
The call to RRunInfoArray::OpenL() has not been made prior to this call to TBidiText::SetText()
RRunInfoArray::OpenL()
TBidiText::SetText()
EBidiPanic_InvalidMaxline
Maximum number of lines that the text will need to be split into is invalid i.e less than zero or negative.
EBidiPanic_InvalidReservedMaxLength
Maximum number of characters are invalid i.e less than zero or negative.
EBidiPanic_InvalidWrappingWidth
Maximum width of the text in pixels is invalid i.e zero or negative.
EBidiPanic_InvalidLineGap
Number of empty pixels between two lines of text are invalid i.e zero or negative.
EBidiPanic_InvalidVisualOrderedTextLength
Text length for display is invalid i.e zero or negative.
EBidiPanic_InvalidLineNumber
Line number to retrieve is invalid i.e zero or negative.
Copyright ©2008 Symbian Software Ltd.