#include <CEGUIMultiLineEditbox.h>
Public Attributes | |
size_t | d_startIdx |
Starting index for this line. | |
size_t | d_length |
Code point length of this line. | |
float | d_extent |
Rendered extent of this line. |
Definition at line 719 of file CEGUIMultiLineEditbox.h.
|
Rendered extent of this line.
Definition at line 723 of file CEGUIMultiLineEditbox.h. Referenced by CEGUI::MultiLineEditbox::formatText(). |
|
Code point length of this line.
Definition at line 722 of file CEGUIMultiLineEditbox.h. Referenced by CEGUI::MultiLineEditbox::cacheTextLines(), and CEGUI::MultiLineEditbox::formatText(). |
|
Starting index for this line.
Definition at line 721 of file CEGUIMultiLineEditbox.h. Referenced by CEGUI::MultiLineEditbox::cacheTextLines(), and CEGUI::MultiLineEditbox::formatText(). |