Changeset 228 for trunk/src/gui/text/qfontengine_pm.cpp
- Timestamp:
- Oct 15, 2009, 2:04:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfontengine_pm.cpp
r222 r228 55 55 // ------------------------------------------------------------------ 56 56 57 QFontEnginePMFT::QFontEnginePMFT(const QFontDef &fd) 57 QFontEnginePMFT::QFontEnginePMFT(const QFontDef &fd, const FaceId &faceId, 58 bool antialias, HintStyle hintStyle, 59 bool autoHint, SubpixelAntialiasingType subPixel, 60 int lcdFilter, bool useEmbeddedBitmap) 58 61 : QFontEngineFT(fd) 59 62 { 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 60 84 } 61 85
Note:
See TracChangeset
for help on using the changeset viewer.