maboloshi / Recordum

沙漠之子's 微博客
https://maboloshi.github.io/Recordum
2 stars 0 forks source link

Win10下低分率屏幕UI字体优化设置 #16

Open maboloshi opened 4 years ago

maboloshi commented 4 years ago

UI字体设置

  1. 下载并安装更纱黑体 UI 简中字体:

    来源: be5invis/Sarasa-Gothic

  1. 字体设置工具 Tatsu-syo/noMeiryoUI

显示器

显示器: DELL U231HM 屏幕尺寸: 23 英寸 分辨率: 1920 x 1080

显示器: DELL SE2218HV 屏幕尺寸: 21.5 英寸 分辨率: 1920 x 1080

缩放

字体设置

其他设置

Chrome 界面放缩比例设置

  1. 快捷方式的目标中添加/force-device-scale-factor=1.5

    屏幕截图 2021-04-25 190807
  2. 为了使第三方程序调用打开 Chrome 时也有一致性的放缩比例, 如下设置 使用注册表编辑器(win+r 输入 regedit) 打开HKEY_CLASSES_ROOT\ChromeBHTML\shell\open\command 修改右侧(默认), 添加/force-device-scale-factor=1.5

注意:每次 Chrome 自动更新均会重置该注册表项,需要手工重新设置

屏幕截图 2021-04-25 191655

注册表文件导入法

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\ChromeBHTML\shell\open\command]
@="\"C:\\Program Files\\Google\\Chrome Beta\\Application\\chrome.exe\" --force-device-scale-factor=1.5 --single-argument %1"

XMind 文件默认打开界面放缩比例设置

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Applications\XMind.exe\shell\open\command]
@="\"D:\\App\\XMind\\XMind.exe\"  /force-device-scale-factor=1.5 \"%1\""