Changeset 881 for trunk/src/gui/text
- Timestamp:
- Jul 1, 2011, 12:47:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfont_pm.cpp
r659 r881 93 93 } 94 94 95 Qt::HANDLE QFont::handle() const 96 { 97 // we only use the Freetype font engine (QFontEngineFT) which doesn't 98 // have a concept of font handles 99 return 0; 100 } 101 95 102 QString QFont::rawName() const 96 103 {
Note:
See TracChangeset
for help on using the changeset viewer.