equal
deleted
inserted
replaced
81 |
81 |
82 QByteArray getSfntTable(uint tag) const; |
82 QByteArray getSfntTable(uint tag) const; |
83 bool getSfntTableData(uint tag, uchar *buffer, uint *length) const; |
83 bool getSfntTableData(uint tag, uchar *buffer, uint *length) const; |
84 const uchar *cmap() const; |
84 const uchar *cmap() const; |
85 CFont *fontOwner() const; |
85 CFont *fontOwner() const; |
|
86 bool isSymbolCMap() const; |
86 |
87 |
87 private: |
88 private: |
88 CFont* m_cFont; |
89 CFont* m_cFont; |
89 mutable bool m_symbolCMap; |
90 mutable bool m_symbolCMap; |
90 mutable QByteArray m_cmapTable; |
91 mutable QByteArray m_cmapTable; |