OpenRaider
0.1.4-dev
Open Source Tomb Raider Game Engine implementation
|
Default Font implementation. More...
#include <FontImGui.h>
Static Public Member Functions | |
static unsigned int | widthText (float scale, std::string s) |
static unsigned int | heightText (float scale, unsigned int maxWidth, std::string s) |
static void | drawText (unsigned int x, unsigned int y, float scale, glm::vec4 color, std::string s) |
static void | drawTextWrapped (unsigned int x, unsigned int y, float scale, glm::vec4 color, unsigned int maxWidth, std::string s) |
Default Font implementation.
Definition at line 16 of file FontImGui.h.
|
static |
Definition at line 17 of file FontImGui.cpp.
|
static |
Definition at line 42 of file FontImGui.cpp.
|
static |
Definition at line 25 of file FontImGui.cpp.
|
static |
Definition at line 50 of file FontImGui.cpp.