Skylicht Engine
Loading...
Searching...
No Matches
Skylicht::CFontManager Class Reference

This is an object class that supports the management and loading of .font files. More...

#include <Graphics2D/SpriteFrame/CFontManager.h>

Public Member Functions

CFontSourceloadFontSource (const char *path)
CFontSourcegetFontById (const char *id)
void releaseFont (CFontSource *font)

Static Public Member Functions

static std::vector< std::string > getFontExts ()
static bool isFontExt (const char *ext)

Protected Attributes

std::map< std::string, CFontSource * > m_idToFont
std::map< std::string, CFontSource * > m_pathToFont

Detailed Description

This is an object class that supports the management and loading of .font files.

See also
CFontSource

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