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

#include <GlyphInfo.hpp>

Public Attributes

GlyphID id = 0
 
std::vector< uint8_t > image
 
uint32_t imageWidth = 0
 
uint32_t imageHeight = 0
 
int32_t imageOffsetX = 0
 
int32_t imageOffsetY = 0
 

Friends

std::ostream & operator<< (std::ostream &stream, const GlyphInfo &glyphInfo)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  stream,
const GlyphInfo glyphInfo 
)
friend

Member Data Documentation

◆ id

GlyphID cobbletext::GlyphInfo::id = 0

◆ image

std::vector<uint8_t> cobbletext::GlyphInfo::image

◆ imageHeight

uint32_t cobbletext::GlyphInfo::imageHeight = 0

◆ imageOffsetX

int32_t cobbletext::GlyphInfo::imageOffsetX = 0

◆ imageOffsetY

int32_t cobbletext::GlyphInfo::imageOffsetY = 0

◆ imageWidth

uint32_t cobbletext::GlyphInfo::imageWidth = 0

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