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 | 59ed5bbf393bf28d2960b6f4ec2e14c56a1e8dfb (patch) | |
tree | fab1dabdaa185826f4ad0f6395f7d93634236494 /modules | |
parent | 6f6c71a76c732d3163ead42405e5f3445d2a2161 (diff) | |
download | uxp-59ed5bbf393bf28d2960b6f4ec2e14c56a1e8dfb.tar.gz |
Remove no longer relevant ClearType prefs.
Tag mcp-graveyard/UXP#22
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 0091aab9b5..cb345d0076 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -3351,14 +3351,6 @@ pref("font.name.sans-serif.x-math", "Arial"); pref("font.name.monospace.x-math", "Courier New"); pref("font.name.cursive.x-math", "Comic Sans MS"); -// cleartype settings - false implies default system settings - -// use cleartype rendering for downloadable fonts (win xp only) -pref("gfx.font_rendering.cleartype.use_for_downloadable_fonts", true); - -// use cleartype rendering for all fonts always (win xp only) -pref("gfx.font_rendering.cleartype.always_use_for_content", false); - // ClearType tuning parameters for directwrite/d2d. // // Allows overriding of underlying registry values in: |