| 56 | } |
| 57 | |
| 58 | bool TextHandle::Update(ScreenBase const & screen) |
| 59 | { |
| 60 | if (!m_glyphsReady) |
| 61 | m_glyphsReady = m_textureManager->AreGlyphsReady(m_glyphs); |
| 62 | |
| 63 | return m_glyphsReady; |
| 64 | } |
| 65 | |
| 66 | bool TextHandle::IndexesRequired() const |
| 67 | { |
nothing calls this directly
no test coverage detected