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