MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GUI_Render_Text_Centred

Method GUI_Render_Text_Centred

Source/GUI_Element.cpp:982–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980}
981
982void cFodder::GUI_Render_Text_Centred(const char* pText, const size_t pPosY) {
983
984 String_CalculateWidth(320, mFont_Recruit_Width, pText);
985 String_Print(mFont_Recruit_Width, 0x0D, mGUI_Temp_X, pPosY, pText);
986}
987
988
989void cFodder::GUI_Handle_Button_ShowOverview() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected