Untold Engine  Beta v0.0.16
docs
U4DEngine::TEXTDATA Struct Reference

The TEXTDATA structure holds text information. More...

Public Attributes

float x
 Text x-coordinate position.
 
float y
 Text y-coordinate position.
 
float width
 Text width.
 
float height
 Text height.
 
float xOffset
 Text x-offset position.
 
float yOffset
 Text y-offset position.
 
float xAdvance
 Text x-advance.
 
float lineSpaceOffset
 line space offset
 
bool lineReset
 flag to inform the characters is in the beginning of a new line
 
const char * letter
 Text letter name.
 

Detailed Description

The TEXTDATA structure holds text information.