Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | Public Attributes | List of all members
cqsp::asset::Font Class Reference

#include <text.h>

Inheritance diagram for cqsp::asset::Font:
cqsp::asset::Asset

Public Member Functions

AssetType GetAssetType () override
 
- Public Member Functions inherited from cqsp::asset::Asset
virtual ~Asset ()=default
 

Public Attributes

std::map< unsigned char, Charactercharacters
 
unsigned int VAO
 
unsigned int VBO
 
unsigned int texture
 
float initial_size
 
- Public Attributes inherited from cqsp::asset::Asset
std::string path
 
int accessed = 0
 

Member Function Documentation

◆ GetAssetType()

AssetType cqsp::asset::Font::GetAssetType ( )
inlineoverridevirtual

Implements cqsp::asset::Asset.

Member Data Documentation

◆ characters

std::map<unsigned char, Character> cqsp::asset::Font::characters

◆ initial_size

float cqsp::asset::Font::initial_size

◆ texture

unsigned int cqsp::asset::Font::texture

◆ VAO

unsigned int cqsp::asset::Font::VAO

◆ VBO

unsigned int cqsp::asset::Font::VBO

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