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

Method Text

src/SFML/Graphics/Text.cpp:403–408  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

401
402////////////////////////////////////////////////////////////
403Text::Text(const Font& font, String string, unsigned int characterSize) :
404 m_string(std::move(string)),
405 m_font(&font),
406 m_characterSize(characterSize)
407{
408}
409
410
411////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected