26 explicit Theme(nk_context* context);
28 nk_style* getStyle() {
return _style; }
29 FontAtlas* getFontAtlas() {
return _font_atlas; }
Handle and bake font atlas for using in the GUI.
Definition font_atlas.h:28
Theme(nk_context *context)
Graphical user interface (panels, buttons, text input, ...)
Definition component.h:13
Render related abstractions (Shader, Framebuffer, Cubemaps, Textures)
Definition opengl.h:10