MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / SetText

Method SetText

IntelPresentMon/Core/source/gfx/layout/TextElement.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void TextElement::SetText(std::wstring newText)
72 {
73 text = std::move(newText);
74 textDirty = true;
75 }
76
77 std::shared_ptr<TextElement> TextElement::Make(std::wstring text, std::vector<std::string> classes)
78 {

Callers 7

SetAxisLabelsLeft_Method · 0.45
SetAxisLabelsRight_Method · 0.45
SetBottomAxisLabels_Method · 0.45
Draw_Method · 0.45
Draw_Method · 0.45
Draw_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected