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/gfxGDIFontList.h | |
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/gfxGDIFontList.h')
-rw-r--r-- | gfx/thebes/gfxGDIFontList.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gfx/thebes/gfxGDIFontList.h b/gfx/thebes/gfxGDIFontList.h index ffb513d64..60fb292e8 100644 --- a/gfx/thebes/gfxGDIFontList.h +++ b/gfx/thebes/gfxGDIFontList.h @@ -112,8 +112,7 @@ public: virtual bool IsSymbolFont(); - void FillLogFont(LOGFONTW *aLogFont, uint16_t aWeight, gfxFloat aSize, - bool aUseCleartype); + void FillLogFont(LOGFONTW *aLogFont, uint16_t aWeight, gfxFloat aSize); static gfxWindowsFontType DetermineFontType(const NEWTEXTMETRICW& metrics, DWORD fontType) |