///////////////////////////////////////////////////////
| 421 | |
| 422 | //////////////////////////////////////////////////////////// |
| 423 | void Text::setFont(const Font& font) |
| 424 | { |
| 425 | if (m_font != &font) |
| 426 | { |
| 427 | m_font = &font; |
| 428 | m_geometryNeedUpdate = true; |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | |
| 433 | //////////////////////////////////////////////////////////// |