Internals: Exposed SetCurrentFont() in imgui_internal.h

This commit is contained in:
omar
2018-01-12 20:07:01 +01:00
parent c85d7d6e49
commit db63e71f13
2 changed files with 3 additions and 2 deletions

View File

@ -996,6 +996,8 @@ namespace ImGui
IMGUI_API void PushItemFlag(ImGuiItemFlags option, bool enabled);
IMGUI_API void PopItemFlag();
IMGUI_API void SetCurrentFont(ImFont* font);
IMGUI_API void OpenPopupEx(ImGuiID id);
IMGUI_API void ClosePopup(ImGuiID id);
IMGUI_API bool IsPopupOpen(ImGuiID id);