///////////////////////////////////////////////////////
| 432 | |
| 433 | //////////////////////////////////////////////////////////// |
| 434 | void Text::setCharacterSize(unsigned int size) |
| 435 | { |
| 436 | if (m_characterSize != size) |
| 437 | { |
| 438 | m_characterSize = size; |
| 439 | m_geometryNeedUpdate = true; |
| 440 | } |
| 441 | } |
| 442 | |
| 443 | |
| 444 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected