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. More... | |
Public Attributes | |
unsigned int | length |
Length of a line of text in characters. More... | |
unsigned int | startIndex |
Index to the first character in a line. More... | |
float | width |
Width of a line of text in pixels. More... | |
Structure for holding data about text lines.
|
inline |
Constructor.
float kanzi::TextLayouter::LineInfo::width |
Width of a line of text in pixels.
unsigned int kanzi::TextLayouter::LineInfo::length |
Length of a line of text in characters.
unsigned int kanzi::TextLayouter::LineInfo::startIndex |
Index to the first character in a line.