MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / SetStyle

Method SetStyle

src/Nazara/Utility/SimpleTextDrawer.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void SimpleTextDrawer::SetStyle(UInt32 style)
163 {
164 m_style = style;
165
166 m_glyphUpdated = false;
167 }
168
169 void SimpleTextDrawer::SetText(const String& str)
170 {

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected