Structure for layout of a single character for text rendering. More...
#include <kanzi/core.ui/text/kzu_text_layout.h>
Public Attributes | |
kzUint | character |
Character glyph index in the font. More... | |
kzFloat | x |
X coordinate of the left side of the character. More... | |
kzFloat | y |
y coordinate of the bottom of the character. More... | |
kzUint | originalTextIndex |
index of character in original text More... | |
Structure for layout of a single character for text rendering.
kzUint KzuCharacterLayout::character |
Character glyph index in the font.
kzFloat KzuCharacterLayout::x |
X coordinate of the left side of the character.
kzFloat KzuCharacterLayout::y |
y coordinate of the bottom of the character.
kzUint KzuCharacterLayout::originalTextIndex |
index of character in original text