Searched defs:ImGuiContext (Results 1 – 2 of 2) sorted by relevance
759 struct ImGuiContext struct764 … FontAtlasOwnedByContext; // Io.Fonts-> is owned by the ImGuiContext and will be des… argument765 ImGuiIO IO;766 ImGuiStyle Style;767 …Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back()768 …tBaseSize * g.CurrentWindow->FontWindowScale == window->FontSize(). Text height for current window.769 … // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height.770 ImDrawListSharedData DrawListSharedData;772 double Time;773 int FrameCount;[all …]
9100 static void* SettingsHandlerWindow_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name) in SettingsHandlerWindow_ReadOpen() argument9108 static void SettingsHandlerWindow_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const… in SettingsHandlerWindow_ReadLine() argument