static void Load(std::string font_name, unsigned int fontSize)
Load a font.
static void RenderText(std::string text, float x, float y, float scale, glm::vec3 color)
Render text.
static std::map< char, Types::Character > characters
Map of characters.
static void Init()
Initialize the text subsystem.