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

Method setGlyphPreProcessor

src/SFML/Graphics/Text.cpp:703–707  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

701
702////////////////////////////////////////////////////////////
703void Text::setGlyphPreProcessor(GlyphPreProcessor glyphPreProcessor)
704{
705 m_glyphPreProcessor = std::move(glyphPreProcessor);
706 m_geometryNeedUpdate = true;
707}
708
709
710////////////////////////////////////////////////////////////

Callers 1

cyclePreProcessingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected