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

Method setFont

src/SFML/Graphics/Text.cpp:423–430  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

421
422////////////////////////////////////////////////////////////
423void Text::setFont(const Font& font)
424{
425 if (m_font != &font)
426 {
427 m_font = &font;
428 m_geometryNeedUpdate = true;
429 }
430}
431
432
433////////////////////////////////////////////////////////////

Callers 1

Text.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected