ZeroZero Game Engine
v0.0
A 3D game engine using Vulkan & Jolt
|
This is the complete list of members for Font, including all inherited members.
Font(const string &path, uint32_t size) | Font | explicit |
connect(const Signal::signal &name, const Signal::Handler &handler) | Object | |
connect(const Signal::signal &name, const function< void ()> &handler) | Object | |
duplicate() const | Resource | nodiscardinlinevirtual |
emit(const Signal::signal &name, void *params=nullptr) | Object | |
getFontName() const | Font | nodiscardinline |
getFontSize() const | Font | nodiscardinline |
getId() const | Resource | nodiscardinline |
getName() const | Resource | nodiscardinline |
getSize(const string &text, float &width, float &height) | Font | |
renderToBitmap(const string &text, float &wwidth, float &hheight) | Font | nodiscard |
toString() const override | Resource | nodiscardinlineoverridevirtual |