MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / PopFont

Method PopFont

extern/imgui/imgui.cpp:7818–7824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7816}
7817
7818void ImGui::PopFont()
7819{
7820 ImGuiContext& g = *GImGui;
7821 g.CurrentWindow->DrawList->PopTextureID();
7822 g.FontStack.pop_back();
7823 SetCurrentFont(g.FontStack.empty() ? GetDefaultFont() : g.FontStack.back());
7824}
7825
7826void ImGui::PushItemFlag(ImGuiItemFlags option, bool enabled)
7827{

Callers

nothing calls this directly

Calls 5

GetDefaultFontFunction · 0.85
PopTextureIDMethod · 0.80
backMethod · 0.80
pop_backMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected