MCPcopy Create free account
hub / github.com/chrxh/alien / MonospaceText

Method MonospaceText

source/Gui/AlienImGui.cpp:837–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837void AlienImGui::MonospaceText(std::string const& text)
838{
839 ImGui::PushFont(StyleRepository::get().getMonospaceMediumFont());
840 ImGui::PushStyleColor(ImGuiCol_Text, (ImVec4)Const::MonospaceColor);
841 Text(text);
842 ImGui::PopStyleColor();
843 ImGui::PopFont();
844}
845
846void AlienImGui::BeginMenuBar()
847{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected