| 96 | } |
| 97 | |
| 98 | std::size_t SimpleTextDrawer::GetGlyphCount() const |
| 99 | { |
| 100 | if (!m_glyphUpdated) |
| 101 | UpdateGlyphs(); |
| 102 | |
| 103 | return m_glyphs.size(); |
| 104 | } |
| 105 | |
| 106 | const AbstractTextDrawer::Line& SimpleTextDrawer::GetLine(std::size_t index) const |
| 107 | { |
no outgoing calls
no test coverage detected