SDOM - Simple SDL Document Object Model
A lightweight, extensible Document Object Model for SDL-based applications.
Loading...
Searching...
No Matches
SDOM::BitmapFont::InitStruct Struct Reference

#include <SDOM_BitmapFont.hpp>

Inheritance diagram for SDOM::BitmapFont::InitStruct:
SDOM::IFontObject::InitStruct SDOM::IAssetObject::InitStruct

Public Member Functions

 InitStruct ()
 

Public Attributes

int fontSize = 8
 
int fontWidth = -1
 
int fontHeight = -1
 
int fontSize_ = 8
 
std::string name = TypeName
 
std::string type = TypeName
 
std::string filename = ""
 
bool isInternal = true
 

Constructor & Destructor Documentation

◆ InitStruct()

SDOM::BitmapFont::InitStruct::InitStruct ( )
inline

Member Data Documentation

◆ filename

std::string SDOM::IAssetObject::InitStruct::filename = ""
inherited

◆ fontHeight

int SDOM::BitmapFont::InitStruct::fontHeight = -1

◆ fontSize

int SDOM::BitmapFont::InitStruct::fontSize = 8

◆ fontSize_

int SDOM::IFontObject::InitStruct::fontSize_ = 8
inherited

◆ fontWidth

int SDOM::BitmapFont::InitStruct::fontWidth = -1

◆ isInternal

bool SDOM::IAssetObject::InitStruct::isInternal = true
inherited

◆ name

std::string SDOM::IAssetObject::InitStruct::name = TypeName
inherited

◆ type

std::string SDOM::IAssetObject::InitStruct::type = TypeName
inherited

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