KinComet

Results 10 comments of KinComet

> 你替换的字体是一种不完整的字体,例如尝试使用中文字体显示日文或者用日文字体显示中文都会出现这种情况。 在一种对CJK支持不完整的字体中,某些文字是缺失的,例如很多中文字体无法显示日文的“丼”,这时候Windows会使用fontlink技术,使用替代字体来显示那个文字,这时候你就看到字体不一致的问题了 奇怪的是,我没有用fontlink解决,添加了其它的字体替换就解决了 Fixed ini ```ini Malgun Gothic=Sarasa Gothic SC SimSun=Sarasa Gothic SC SimSun-ExtB=Sarasa Gothic SC NSimSun=Sarasa Gothic SC Times New Roman=Sarasa Gothic SC Sans Serif Collection=Sarasa Gothic SC...

> 很简单,fontlink就是用B字体来显示A字体中缺少的文字,你把ab全替换了自然就解决了。。。。 噢,不过我都是替换成同个字体,为什么替换A字体时会缺少,回滚到B字体,但是B字体替换又不缺少呢...

> on your actual system showing this lag Yes, it's on my actual system.

管理员模式下重现,开启热点后tun没有消失,meta有回环 ![image](https://github.com/clash-verge-rev/clash-verge-rev/assets/111748332/a3b18a35-f344-4c65-902e-9c41fce6b25e)

添加 Script 脚本,启用 `endpoint-independent-nat` 后解决了我的问题。 ```js function main(config) { if (!config.tun) { config.tun = {} } config.tun.stack = "mixed" config.tun["endpoint-independent-nat"] = true // Add this return config } ```

有相同问题。替换的字体为ttc字体时可触发

> 看似你开启了hinting,而且颜色用的很重的样子,dw的渲染是比较烂,不过我也没看出来什么毛刺😜 个人认为“追踪已启用”的已 左下角弯折处不平滑。 And ```cfg HintingMode=0 ; 0:Normal 1:NoHinting 2:AutoHinting 3:Light+AutoHinting ; 【字体微调】——对字体进行细微调整,以实现比较锐利、不模糊的效果。windows的cleartype就是用的这类技术,弊端是会使字体变形、笔画粘在一起。 ```

> tun模式就是虚拟网卡,估计和VPN的虚拟网卡冲突了。 已经设置 `config.tun["endpoint-independent-nat"] = true` 尝试 `exclude-interface` 和 `inet4-route-exclude-address` 排除没能解决。 此外使用 Zerotier 接口进行的 parsec/RDP 连接极其不稳定。