Searched refs:FontAtlasOwnedByContext (Results 1 – 2 of 2) sorted by relevance
764 …bool FontAtlasOwnedByContext; // Io.Fonts-> is owned by the ImGuiCon… member939 FontAtlasOwnedByContext = shared_font_atlas ? false : true; in ImGuiContext()
3565 if (g.IO.Fonts && g.FontAtlasOwnedByContext) in Shutdown()