Cobbletext  0.2.0
Complex text layout and rendering engine
Public Attributes | Friends | List of all members
cobbletext::AdvanceInfo Class Reference

#include <AdvanceInfo.hpp>

Public Attributes

AdvanceType type = AdvanceType::Invalid
 
uint32_t textIndex = 0
 
int32_t advanceX = 0
 
int32_t advanceY = 0
 
GlyphID glyphID = 0
 
int32_t glyphOffsetX = 0
 
int32_t glyphOffsetY = 0
 
InlineObjectID inlineObject = 0
 
CustomPropertyID customProperty = 0
 

Friends

std::ostream & operator<< (std::ostream &stream, const AdvanceInfo &advanceInfo)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  stream,
const AdvanceInfo advanceInfo 
)
friend

Member Data Documentation

◆ advanceX

int32_t cobbletext::AdvanceInfo::advanceX = 0

◆ advanceY

int32_t cobbletext::AdvanceInfo::advanceY = 0

◆ customProperty

CustomPropertyID cobbletext::AdvanceInfo::customProperty = 0

◆ glyphID

GlyphID cobbletext::AdvanceInfo::glyphID = 0

◆ glyphOffsetX

int32_t cobbletext::AdvanceInfo::glyphOffsetX = 0

◆ glyphOffsetY

int32_t cobbletext::AdvanceInfo::glyphOffsetY = 0

◆ inlineObject

InlineObjectID cobbletext::AdvanceInfo::inlineObject = 0

◆ textIndex

uint32_t cobbletext::AdvanceInfo::textIndex = 0

◆ type

AdvanceType cobbletext::AdvanceInfo::type = AdvanceType::Invalid

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