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

Method isSmooth

src/SFML/Graphics/Font.cpp:432–435  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

430
431////////////////////////////////////////////////////////////
432bool Font::isSmooth() const
433{
434 return m_isSmooth;
435}
436
437
438////////////////////////////////////////////////////////////

Callers 3

Font.test.cppFile · 0.45
Texture.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected