![]() |
Raven Engine v0.1
|
RAII helper to push and pop an ImGui font. More...
#include <UI.h>
Public Member Functions | |
| ScopedFont (const ScopedFont &)=delete | |
| ScopedFont | operator= (const ScopedFont &)=delete |
| ScopedFont (ImFont *font) | |
| Construct and push a font. | |
| ~ScopedFont () | |
| Pops the pushed font. | |
RAII helper to push and pop an ImGui font.
|
delete |
|
inlineexplicit |
Construct and push a font.
| font | Pointer to ImFont to push. |
|
inline |
Pops the pushed font.
|
delete |