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

#include <FontInfo.hpp>

Public Attributes

FontID id = 0
 
std::string familyName
 
std::string styleName
 
uint16_t unitsPerEM = 0
 
int16_t ascender = 0
 
int16_t descender = 0
 
int16_t height = 0
 
int16_t underlinePosition = 0
 
int16_t underlineThickness = 0
 

Friends

std::ostream & operator<< (std::ostream &stream, const FontInfo &fontInfo)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  stream,
const FontInfo fontInfo 
)
friend

Member Data Documentation

◆ ascender

int16_t cobbletext::FontInfo::ascender = 0

◆ descender

int16_t cobbletext::FontInfo::descender = 0

◆ familyName

std::string cobbletext::FontInfo::familyName

◆ height

int16_t cobbletext::FontInfo::height = 0

◆ id

FontID cobbletext::FontInfo::id = 0

◆ styleName

std::string cobbletext::FontInfo::styleName

◆ underlinePosition

int16_t cobbletext::FontInfo::underlinePosition = 0

◆ underlineThickness

int16_t cobbletext::FontInfo::underlineThickness = 0

◆ unitsPerEM

uint16_t cobbletext::FontInfo::unitsPerEM = 0

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