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

Method setCharacterSize

src/Core/Graphics/Text.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void RichText::Line::setCharacterSize(unsigned int size) const
23 {
24 for (sf::Text& text : m_texts)
25 text.setCharacterSize(size);
26
27 updateGeometry();
28 }
29
30 void RichText::Line::setFont(const sf::Font& font) const
31 {

Callers 2

loadFontMethod · 0.45
createTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected