mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 14:45:45 -04:00
ImGuiStyle: Return the font we create
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user