///////////////////////////////////////////////////////
| 826 | |
| 827 | //////////////////////////////////////////////////////////// |
| 828 | Font::FontHandle Font::getFontHandle() const |
| 829 | { |
| 830 | if (!m_fontHandles) |
| 831 | return nullptr; |
| 832 | |
| 833 | return m_fontHandles->face; |
| 834 | } |
| 835 | |
| 836 | } // namespace sf |
no outgoing calls
no test coverage detected