GA::kit v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
ga::Paragraph::Word Struct Reference

#include <paragraph_component.h>

Public Attributes

std::string text
 
float x
 
float y
 
float w
 
float h
 
std::vector< FontStylestyle
 
std::vector< StyledTokenstyledTokens
 

Member Data Documentation

◆ h

float ga::Paragraph::Word::h

◆ style

std::vector<FontStyle> ga::Paragraph::Word::style

◆ styledTokens

std::vector<StyledToken> ga::Paragraph::Word::styledTokens

◆ text

std::string ga::Paragraph::Word::text

◆ w

float ga::Paragraph::Word::w

◆ x

float ga::Paragraph::Word::x

◆ y

float ga::Paragraph::Word::y

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