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

Method drawHeading1

source/Gui/GettingStartedWindow.cpp:459–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459void GettingStartedWindow::drawHeading1(std::string const& text)
460{
461 AlienImGui::Separator();
462 ImGui::PushStyleColor(ImGuiCol_Text, (ImU32)Const::HeadlineColor);
463 AlienImGui::BoldText(text);
464 ImGui::PopStyleColor();
465 AlienImGui::Separator();
466}
467
468void GettingStartedWindow::drawHeading2(std::string const& text)
469{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected