///////////////////////////////////////////////////////
| 430 | |
| 431 | //////////////////////////////////////////////////////////// |
| 432 | bool Font::isSmooth() const |
| 433 | { |
| 434 | return m_isSmooth; |
| 435 | } |
| 436 | |
| 437 | |
| 438 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected