Searched refs:AddFontDefault (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1990 IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL);
H A Dimgui_draw.cpp1510 AddFontDefault();
1554 IM_ASSERT(!Fonts.empty() && "Cannot use MergeMode for the first font"); // When using MergeMode make sure that a font has already been added before. You can use ImGui::GetIO().Fonts->AddFontDefault() to add the default imgui font.
1589 ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template) function in class:ImFontAtlas
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1990 IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL);
H A Dimgui_draw.cpp1510 AddFontDefault();
1554 IM_ASSERT(!Fonts.empty() && "Cannot use MergeMode for the first font"); // When using MergeMode make sure that a font has already been added before. You can use ImGui::GetIO().Fonts->AddFontDefault() to add the default imgui font.
1589 ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template) function in class:ImFontAtlas

Completed in 109 milliseconds