summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxGDIFont.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-18 21:07:51 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-18 21:07:51 +0100
commitbc9ad467f0886f8799c2c4781b1a0b654b362ecf (patch)
treefab1dabdaa185826f4ad0f6395f7d93634236494 /gfx/thebes/gfxGDIFont.cpp
parenta24398e42d2f300b5979d1fb45a481e2912fd4f3 (diff)
downloadUXP-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.cpp3
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) {