ImGuiStyle: Return the font we create

This commit is contained in:
Connor McLaughlin
2021-01-11 00:56:59 +10:00
parent a563f99191
commit 582c77b604
2 changed files with 5 additions and 5 deletions

View File

@ -3,5 +3,5 @@
namespace ImGui {
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
void AddRobotoRegularFont(float size = 15.0f);
}
ImFont* AddRobotoRegularFont(float size = 15.0f);
} // namespace ImGui