///////////////////////////////////////////////////////////////////////////
| 234 | |
| 235 | //////////////////////////////////////////////////////////////////////////////// |
| 236 | unsigned int RichText::getCharacterSize() const |
| 237 | { |
| 238 | return m_characterSize; |
| 239 | } |
| 240 | |
| 241 | //////////////////////////////////////////////////////////////////////////////// |
| 242 | const Font& RichText::getFont() const |
no outgoing calls
no test coverage detected