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

Method setClusterGrouping

src/SFML/Graphics/Text.cpp:692–699  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

690
691////////////////////////////////////////////////////////////
692void Text::setClusterGrouping(ClusterGrouping clusterGrouping)
693{
694 if (m_clusterGrouping != clusterGrouping)
695 {
696 m_clusterGrouping = clusterGrouping;
697 m_geometryNeedUpdate = true;
698 }
699}
700
701
702////////////////////////////////////////////////////////////

Callers 1

Text.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected