///////////////////////////////////////////////////////
| 512 | |
| 513 | //////////////////////////////////////////////////////////// |
| 514 | void Text::setOutlineThickness(float thickness) |
| 515 | { |
| 516 | if (thickness != m_outlineThickness) |
| 517 | { |
| 518 | m_outlineThickness = thickness; |
| 519 | m_geometryNeedUpdate = true; |
| 520 | } |
| 521 | } |
| 522 | |
| 523 | |
| 524 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected