SDOM - Simple SDL Document Object Model
A lightweight, extensible Document Object Model for SDL-based applications.
Loading...
Searching...
No Matches
SDOM::Label::PhraseToken Struct Reference

#include <SDOM_Label.hpp>

Public Attributes

std::string text
 
FontStyle style
 
int lineIndex
 
float startX
 
float lineY
 
float width = 0.0f
 
float height = 0.0f
 

Member Data Documentation

◆ height

float SDOM::Label::PhraseToken::height = 0.0f

◆ lineIndex

int SDOM::Label::PhraseToken::lineIndex

◆ lineY

float SDOM::Label::PhraseToken::lineY

◆ startX

float SDOM::Label::PhraseToken::startX

◆ style

FontStyle SDOM::Label::PhraseToken::style

◆ text

std::string SDOM::Label::PhraseToken::text

◆ width

float SDOM::Label::PhraseToken::width = 0.0f

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