Searched refs:PushFont (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h299 IMGUI_API void PushFont(ImFont* font); // use NULL as a shortcut to push default font
2070 ImVector<ImFont*> Fonts; // Hold all the fonts returned by AddFont*. Fonts[0] is the default font upon calling ImGui::NewFrame(), use ImGui::PushFont()/PopFont() to change the current font.
H A Dimgui_demo.cpp2927 ImGui::PushFont(font);
H A Dimgui_widgets.cpp3201 PushFont(password_font);
H A Dimgui.cpp805 // use ImGui::PushFont()/ImGui::PopFont() to change the font at runtime
4455 { int current = g.FontStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "PushFont/PopFont Mismatch!"); p_backup++; } // Too few or too many PopFont()
5685 void ImGui::PushFont(ImFont* font) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h299 IMGUI_API void PushFont(ImFont* font); // use NULL as a shortcut to push default font
2070 ImVector<ImFont*> Fonts; // Hold all the fonts returned by AddFont*. Fonts[0] is the default font upon calling ImGui::NewFrame(), use ImGui::PushFont()/PopFont() to change the current font.
H A Dimgui_widgets.cpp3201 PushFont(password_font);
H A Dimgui.cpp805 // use ImGui::PushFont()/ImGui::PopFont() to change the font at runtime
4455 { int current = g.FontStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "PushFont/PopFont Mismatch!"); p_backup++; } // Too few or too many PopFont()
5685 void ImGui::PushFont(ImFont* font) function in class:ImGui

Completed in 80 milliseconds