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

Method getLineSpacing

src/SFML/Graphics/Text.cpp:575–578  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

573
574////////////////////////////////////////////////////////////
575float Text::getLineSpacing() const
576{
577 return m_lineSpacingFactor;
578}
579
580
581////////////////////////////////////////////////////////////

Callers 2

findCharacterPosMethod · 0.45
ensureGeometryUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected