OGL Engine 1.2.0-dev
Loading...
Searching...
No Matches
Engine::UI::Font Member List

This is the complete list of members for Engine::UI::Font, including all inherited members.

Font()Engine::UI::Font
Font(const std::string &fontPath, int fontSize=48)Engine::UI::Font
Font(const char *buffer, size_t size, int fontSize=48)Engine::UI::Font
GetChar(const char c)Engine::UI::Font
GetFontSize() constEngine::UI::Font
GetTextSize(const std::string &text, glm::vec2 scale=glm::vec2(1.0f, 1.0f), float maxWidth=0.0f)Engine::UI::Font
LoadFromFile(const std::string &filePath, int fontSize=48)Engine::UI::Font
LoadFromMemory(const char *buffer, size_t size, int fontSize=48)Engine::UI::Font
SetFontSize(float size)Engine::UI::Font
~Font()Engine::UI::Font