Minor GUI layout improvement

This commit is contained in:
Bruno
2021-08-12 00:05:22 +02:00
parent db4e1d214f
commit 09f46e7a27
3 changed files with 46 additions and 48 deletions

View File

@@ -57,6 +57,7 @@ namespace ImGuiToolkit
void SetFont (font_style type, const std::string &ttf_font_name, int pointsize, int oversample = 2);
void PushFont (font_style type);
void ImageGlyph(font_style type, char c, float h = 60);
void Spacing();
// text input
bool InputText(const char* label, std::string* str);