All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzuCharacterLayout Struct Reference

Structure for layout of a single character for text rendering. More...

#include <user/util/font/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...
 

Detailed Description

Structure for layout of a single character for text rendering.

Member Data Documentation

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


The documentation for this struct was generated from the following file: