static void render_text(std::string text, float x, float y, float scale, glm::vec3 color)
Render text.
static void init()
Initialize the text subsystem.
static void load(std::string font_name, unsigned int font_size)
Load a font.
static std::map< char, types::character > characters
Map of characters.