| 167 | } |
| 168 | |
| 169 | void SimpleTextDrawer::SetText(const String& str) |
| 170 | { |
| 171 | m_text = str; |
| 172 | |
| 173 | m_glyphUpdated = false; |
| 174 | } |
| 175 | |
| 176 | SimpleTextDrawer& SimpleTextDrawer::operator=(const SimpleTextDrawer& drawer) |
| 177 | { |
no outgoing calls
no test coverage detected