MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / setCharacterSize

Method setCharacterSize

extlibs/sfe/src/RichText.cpp:16–22  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

14{
15 ////////////////////////////////////////////////////////////////////////////////
16 void RichText::Line::setCharacterSize(unsigned int size)
17 {
18 for (sf::Text& text : m_texts)
19 text.setCharacterSize(size);
20
21 updateGeometry();
22 }
23
24
25 ////////////////////////////////////////////////////////////////////////////////

Callers 1

createTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected