Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
FontLoader.cpp File Reference
#include "FontLoader.h"
#include <map>
#include "components/rendering/rendering.h"

Variables

std::vector< MFFontListfont_file_lists
 The list of font lists. More...
 
std::map< std::string, IDWriteFontCollection * > font_collections
 The list of font collections. More...
 
std::vector< unsigned int > collection_keys
 The list of collection keys. (?) More...
 

Variable Documentation

◆ collection_keys

std::vector<unsigned int> collection_keys

The list of collection keys. (?)

◆ font_collections

std::map<std::string, IDWriteFontCollection*> font_collections

The list of font collections.

The key is the ID of the collection. The value is the font collection.

◆ font_file_lists

std::vector<MFFontList> font_file_lists

The list of font lists.