MCPcopy Create free account
hub / github.com/RenderKit/embree / PopFont

Method PopFont

tutorials/common/imgui/imgui.cpp:7204–7210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7202}
7203
7204void ImGui::PopFont()
7205{
7206 ImGuiContext& g = *GImGui;
7207 g.CurrentWindow->DrawList->PopTextureID();
7208 g.FontStack.pop_back();
7209 SetCurrentFont(g.FontStack.empty() ? GetDefaultFont() : g.FontStack.back());
7210}
7211
7212void ImGui::PushItemFlag(ImGuiItemFlags option, bool enabled)
7213{

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected