Ignore:
Timestamp:
Oct 15, 2009, 2:04:41 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Enabled full font hinting and using bitmap stripes by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/text/qfontengine_pm.cpp

    r222 r228  
    5555// ------------------------------------------------------------------
    5656
    57 QFontEnginePMFT::QFontEnginePMFT(const QFontDef &fd)
     57QFontEnginePMFT::QFontEnginePMFT(const QFontDef &fd, const FaceId &faceId,
     58                                 bool antialias, HintStyle hintStyle,
     59                                 bool autoHint, SubpixelAntialiasingType subPixel,
     60                                 int lcdFilter, bool useEmbeddedBitmap)
    5861    : QFontEngineFT(fd)
    5962{
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
    6084}
    6185
Note: See TracChangeset for help on using the changeset viewer.