MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / PopFont

Method PopFont

KBotExt/imgui/imgui.cpp:7129–7135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7127}
7128
7129void ImGui::PopFont()
7130{
7131 ImGuiContext& g = *GImGui;
7132 g.CurrentWindow->DrawList->PopTextureID();
7133 g.FontStack.pop_back();
7134 SetCurrentFont(g.FontStack.empty() ? GetDefaultFont() : g.FontStack.back());
7135}
7136
7137void ImGui::PushItemFlag(ImGuiItemFlags option, bool enabled)
7138{

Callers

nothing calls this directly

Calls 3

GetDefaultFontFunction · 0.85
PopTextureIDMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected