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

Method getOutlineThickness

src/SFML/Graphics/Text.cpp:603–606  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

601
602////////////////////////////////////////////////////////////
603float Text::getOutlineThickness() const
604{
605 return m_outlineThickness;
606}
607
608
609////////////////////////////////////////////////////////////

Callers 2

Text.test.cppFile · 0.45
Shape.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected