///////////////////////////////////////////////////////
| 465 | |
| 466 | //////////////////////////////////////////////////////////// |
| 467 | void Text::setStyle(std::uint32_t style) |
| 468 | { |
| 469 | if (m_style != style) |
| 470 | { |
| 471 | m_style = style; |
| 472 | m_geometryNeedUpdate = true; |
| 473 | } |
| 474 | } |
| 475 | |
| 476 | |
| 477 | //////////////////////////////////////////////////////////// |