diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-18 21:07:51 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-18 21:07:51 +0100 |
commit | bc9ad467f0886f8799c2c4781b1a0b654b362ecf (patch) | |
tree | fab1dabdaa185826f4ad0f6395f7d93634236494 /gfx/thebes/gfxGDIFont.cpp | |
parent | a24398e42d2f300b5979d1fb45a481e2912fd4f3 (diff) | |
download | UXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.tar UXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.tar.gz UXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.tar.lz UXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.tar.xz UXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.zip |
Remove no longer relevant ClearType prefs.
Tag #22
Diffstat (limited to 'gfx/thebes/gfxGDIFont.cpp')
-rw-r--r-- | gfx/thebes/gfxGDIFont.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gfx/thebes/gfxGDIFont.cpp b/gfx/thebes/gfxGDIFont.cpp index e6ceeaf6d..d6e98105c 100644 --- a/gfx/thebes/gfxGDIFont.cpp +++ b/gfx/thebes/gfxGDIFont.cpp @@ -461,8 +461,7 @@ gfxGDIFont::FillLogFont(LOGFONTW& aLogFont, gfxFloat aSize, weight = mNeedsBold ? 700 : fe->Weight(); } - fe->FillLogFont(&aLogFont, weight, aSize, - (mAntialiasOption == kAntialiasSubpixel) ? true : false); + fe->FillLogFont(&aLogFont, weight, aSize); // If GDI synthetic italic is wanted, force the lfItalic field to true if (aUseGDIFakeItalic) { |