DDraceNetwork Docs
SGlyph Struct Reference

Public Types

enum class  EState { UNINITIALIZED , RENDERED , ERROR }
 

Public Attributes

EState m_State = EState::UNINITIALIZED
 
int m_FontSize
 
FT_Face m_Face
 
int m_Chr
 
FT_UInt m_GlyphIndex
 
float m_Width
 
float m_Height
 
float m_CharWidth
 
float m_CharHeight
 
float m_OffsetX
 
float m_OffsetY
 
float m_AdvanceX
 
float m_aUVs [4]
 

Member Enumeration Documentation

◆ EState

enum class SGlyph::EState
strong
Enumerator
UNINITIALIZED 
RENDERED 
ERROR 

Member Data Documentation

◆ m_AdvanceX

float SGlyph::m_AdvanceX

◆ m_aUVs

float SGlyph::m_aUVs[4]

◆ m_CharHeight

float SGlyph::m_CharHeight

◆ m_CharWidth

float SGlyph::m_CharWidth

◆ m_Chr

int SGlyph::m_Chr

◆ m_Face

FT_Face SGlyph::m_Face

◆ m_FontSize

int SGlyph::m_FontSize

◆ m_GlyphIndex

FT_UInt SGlyph::m_GlyphIndex

◆ m_Height

float SGlyph::m_Height

◆ m_OffsetX

float SGlyph::m_OffsetX

◆ m_OffsetY

float SGlyph::m_OffsetY

◆ m_State

EState SGlyph::m_State = EState::UNINITIALIZED

◆ m_Width

float SGlyph::m_Width

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