MCPcopy Create free account
hub / github.com/SFML/SFML / setStyle

Method setStyle

src/SFML/Graphics/Text.cpp:467–474  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

465
466////////////////////////////////////////////////////////////
467void Text::setStyle(std::uint32_t style)
468{
469 if (m_style != style)
470 {
471 m_style = style;
472 m_geometryNeedUpdate = true;
473 }
474}
475
476
477////////////////////////////////////////////////////////////

Callers 1

Text.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected