阅读:6288回复:21
76版本改了字体渲染 不会被ClearType调整到 希望改回来
75版本和之前的都可以被系统的ClearType调整到 我在那边设置了粗字体 具体设置回复中有贴图
浏览器字体也会变得粗很多 看起来很舒服 现在新版76 不会被调整到和chrome一样了 系统很虚 很细 我还特地重新安装了还有下载了nightly 78版本 确定是76版本开始变的 这是对比图 nightly78版本对比正式版75 图片:批注 2020-05-07 023830.png ![]() 现在已经重新回退75版本了 希望可以改回之前的字体渲染 |
|
1楼#
发布于:2020-05-19 01:42
lonely_8:1. 点击左上方的剪刀图标http://mozilla.com.cn/thread-424700-1-1.html 这位老哥也遇到了 他的那个mactype也和ClearType一样无法渲染 |
|
2楼#
发布于:2020-05-19 01:04
|
|
3楼#
发布于:2020-05-11 17:50
liurenjie:嗯嗯 主要是不会用这个mozregression软件 不过 现在只能硬着头皮去学习怎么使用了回到原帖 1. 点击左上方的剪刀图标 2. next 3. profile 选择一个空白的文件夹(将以新配置测试),或一个配置文件夹(将以这个配置的克隆测试,如果真正使用,测试需要先关闭该配置的 Firefox),next 4. 最右边两个下拉选择框都选择 release,之后,第一个输入框变成下拉框选择 75(最后一个已知正常的 release 版本),第二个输入框变成下拉框选择 76(最初一个已知有问题的 release 版本),Finish 软件会根据这个范围,使用二分法下载每一个 patch 应用后的 firefox 安装压缩包, 你之后要做的就是在每一个下载完成后并自动打开的 Firefox 窗口中测试是否有问题, 然后在 mozregression 软件界面中点击 Good 或 Bad 按钮即可,直到 log 中显示 stop。 最后粘贴 log 的最后几屏(这里有造成回归的 patch 所在 bug 的 id 的信息)到你所提交的 bug 中就行。 这期间可能下载有一个 G 以上的流量,毕竟一个版本的跨度比较大,每一个的 Firefox 压缩包也有 70+m。 完成后记得清除下载的安装包,默认在 C:\Users\你的用户名\.mozilla\mozregression\persist |
|
4楼#
发布于:2020-05-11 15:46
|
|
5楼#
发布于:2020-05-10 11:40
|
|
6楼#
发布于:2020-05-10 02:18
|
|
7楼#
发布于:2020-05-10 02:12
|
|
8楼#
发布于:2020-05-09 20:54
|
|
9楼#
发布于:2020-05-09 20:44
|
|
10楼#
发布于:2020-05-09 20:39
|
|
11楼#
发布于:2020-05-09 18:07
// ClearType tuning parameters for directwrite/d2d. // // Allows overriding of underlying registry values in: // HKCU/Software/Microsoft/Avalon.Graphics/<display> (contrast and level) // HKLM/Software/Microsoft/Avalon.Graphics/<display> (gamma, pixel structure) // and selection of the ClearType/antialiasing mode. // // A value of -1 implies use the default value, otherwise value ranges // follow registry settings: // gamma [1000, 2200] default: based on screen, typically 2200 (== 2.2) // enhanced contrast [0, 1000] default: 50 // cleartype level [0, 100] default: 100 // pixel structure [0, 2] default: 0 (flat/RGB/BGR) // rendering mode [0, 5] default: 0 // 0 = use default for font & size; // 1 = aliased; // 2 = GDI Classic; // 3 = GDI Natural Widths; // 4 = Natural; // 5 = Natural Symmetric // // See: // http://msdn.microsoft.com/en-us/library/aa970267.aspx // http://msdn.microsoft.com/en-us/library/dd368190%28v=VS.85%29.aspx // Note: DirectWrite uses the "Enhanced Contrast Level" value rather than the // "Text Contrast Level" value pref("gfx.font_rendering.cleartype_params.gamma", -1); pref("gfx.font_rendering.cleartype_params.enhanced_contrast", -1); pref("gfx.font_rendering.cleartype_params.cleartype_level", -1); pref("gfx.font_rendering.cleartype_params.pixel_structure", -1); pref("gfx.font_rendering.cleartype_params.rendering_mode", -1); // A comma-separated list of font family names. Fonts in these families will // be forced to use "GDI Classic" ClearType mode, provided the value // of gfx.font_rendering.cleartype_params.rendering_mode is -1 // (i.e. a specific rendering_mode has not been explicitly set). // Currently we apply this setting to the sans-serif Microsoft "core Web fonts". pref("gfx.font_rendering.cleartype_params.force_gdi_classic_for_families", "Arial,Consolas,Courier New,Microsoft Sans Serif,Segoe UI,Tahoma,Trebuchet MS,Verdana"); // The maximum size at which we will force GDI classic mode using // force_gdi_classic_for_families. pref("gfx.font_rendering.cleartype_params.force_gdi_classic_max_size", 15);可用尝试在 about:config 中调整这些值。 |
|
12楼#
发布于:2020-05-09 17:18
|
|
13楼#
发布于:2020-05-09 13:29
lonely_8:建议用 mozregression 定位一下 regression bug (https://github.com/mozilla/mozregression/releases), 大神,帮忙看看这个脚本,谢谢! https://www.firefox.net.cn/read-121616 |
|
14楼#
发布于:2020-05-09 04:48
lonely_8:建议用 mozregression 定位一下 regression bug (https://github.com/mozilla/mozregression/releases),https://bugzilla.mozilla.org/show_bug.cgi?id=1636585 这个是在bugzilla里面反馈的情况,没有用mozregression 定位bug。 不过写了具体情况,可惜英文不好,全部都是用谷歌翻译弄的 不知道弄错没 |
|
上一页
下一页