34 void setIconFont(
const QRawFont& );
35 QRawFont iconFont()
const;
37 uint glyphCount()
const;
39 QPainterPath glyphPath( uint glyphIndex )
const;
40 QskGraphic glyphGraphic( uint glyphIndex )
const;
52 uint codeToIndex(
char32_t )
const;
58 uint nameToIndex(
const QString& )
const;
60 QHash< QString, uint > nameTable()
const;
64 std::unique_ptr< PrivateData > m_data;