Textogl
1.1.2
OpenGL Text renderer
|
This is the complete list of members for textogl::Font_sys, including all inherited members.
Font_sys(const std::string &font_path, const unsigned int font_size) | textogl::Font_sys | |
Font_sys(const unsigned char *font_data, const std::size_t font_data_size, const unsigned int font_size) | textogl::Font_sys | |
render_text(const std::string &utf8_input, const Color &color, const Vec2< float > &win_size, const Vec2< float > &pos, const int align_flags=0) | textogl::Font_sys | |
render_text_mat(const std::string &utf8_input, const Color &color, const Mat4< float > &model_view_projection) | textogl::Font_sys | |
render_text_rotate(const std::string &utf8_input, const Color &color, const Vec2< float > &win_size, const Vec2< float > &pos, const float rotation, const int align_flags=0) | textogl::Font_sys | |
resize(const unsigned int font_size) | textogl::Font_sys |