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

Method getCharacterSize

src/SFML/Graphics/Text.cpp:561–564  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

559
560////////////////////////////////////////////////////////////
561unsigned int Text::getCharacterSize() const
562{
563 return m_characterSize;
564}
565
566
567////////////////////////////////////////////////////////////

Callers 4

Text.test.cppFile · 0.80
updateGlyphBoxMethod · 0.80
KeyboardViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected