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

Method getCharacterSize

src/Core/Graphics/Text.cpp:236–239  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

234
235 ////////////////////////////////////////////////////////////////////////////////
236 unsigned int RichText::getCharacterSize() const
237 {
238 return m_characterSize;
239 }
240
241 ////////////////////////////////////////////////////////////////////////////////
242 const Font& RichText::getFont() const

Callers 1

updateTextAndGeometryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected