Structure for holding data about text lines. More...
#include <kanzi/core.ui/text/text_layouter.hpp>
Public Member Functions | |
LineInfo (unsigned int length, float width, unsigned int startIndex) | |
Constructor. | |
Public Attributes | |
unsigned int | length |
Length of a line of text in characters. | |
unsigned int | startIndex |
Index to the first character in a line. | |
float | width |
Width of a line of text in pixels. | |
Structure for holding data about text lines.
|
inline |
Constructor.
float kanzi::TextLayouter::LineInfo::width |
Width of a line of text in pixels.