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

Method String_Print_Small

Source/Fodder.cpp:16119–16124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16117}
16118
16119void cFodder::String_Print_Small(std::string pText, const size_t pY) {
16120 std::transform(pText.begin(), pText.end(), pText.begin(), ::toupper);
16121
16122 String_CalculateWidth(320, mFont_Briefing_Width, pText);
16123 String_Print(mFont_Briefing_Width, 0, mGUI_Temp_X, pY, pText);
16124}
16125
16126void cFodder::String_Print_Small(std::string pText, const size_t pX, const size_t pY) {
16127 std::transform(pText.begin(), pText.end(), pText.begin(), ::toupper);

Callers 1

guiPrintStringMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected