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

#include <SDOM_TTFAsset.hpp>

Inheritance diagram for SDOM::TTFAsset::InitStruct:
SDOM::IAssetObject::InitStruct

Public Member Functions

 InitStruct ()
 

Public Attributes

int internalFontSize = 10
 
std::string name = TypeName
 
std::string type = TypeName
 
std::string filename = ""
 
bool isInternal = true
 

Constructor & Destructor Documentation

◆ InitStruct()

SDOM::TTFAsset::InitStruct::InitStruct ( )
inline

Member Data Documentation

◆ filename

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

◆ internalFontSize

int SDOM::TTFAsset::InitStruct::internalFontSize = 10

◆ 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: