| 306 | } |
| 307 | |
| 308 | void TextPainter::clearTextStyle() { |
| 309 | m_renderSettings = m_defaultRenderSettings; |
| 310 | m_fontTextureGroup.switchFont(m_renderSettings.font); |
| 311 | } |
| 312 | |
| 313 | void TextPainter::addFont(FontPtr const& font, String const& name) { |
| 314 | m_fontTextureGroup.addFont(font, name); |
nothing calls this directly
no test coverage detected