GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | Static Private Member Functions | Static Private Attributes
radix::FontLoader Class Reference

#include <external/RadixEngine/include/radix/data/text/FontLoader.hpp>

Static Public Member Functions

static FontgetFont (const std::string &path)
 

Static Private Member Functions

static Font loadFont (const std::string &path, const std::string &name)
 

Static Private Attributes

static std::map< std::string,
Font
fontCache = {}
 

Member Function Documentation

Font & radix::FontLoader::getFont ( const std::string &  path)
static
Font radix::FontLoader::loadFont ( const std::string &  path,
const std::string &  name 
)
staticprivate

Field Documentation

std::map< std::string, Font > radix::FontLoader::fontCache = {}
staticprivate

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