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

#include <TileInfo.hpp>

Public Attributes

GlyphID glyphID = 0
 
uint32_t atlasX = 0
 
uint32_t atlasY = 0
 

Friends

std::ostream & operator<< (std::ostream &stream, const TileInfo &tileInfo)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  stream,
const TileInfo tileInfo 
)
friend

Member Data Documentation

◆ atlasX

uint32_t cobbletext::TileInfo::atlasX = 0

◆ atlasY

uint32_t cobbletext::TileInfo::atlasY = 0

◆ glyphID

GlyphID cobbletext::TileInfo::glyphID = 0

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