美文网首页
Win10+Mactype+更纱黑体设置

Win10+Mactype+更纱黑体设置

作者: dodogogogo | 来源:发表于2020-02-24 23:54 被阅读0次

先看看最终效果(点击图片查看原图):
电脑是HP的光影精灵,15.6寸1080p屏幕.
外接dell 2515h 2k显示器,自我感觉效果都挺满意,当然如果有4k显示器肯定更好.

1.png 2.png
  1. 字体是sarasa gothic hc,更纱黑体,直接百度第一个就能下载貌似.

  2. 下载后安装字体.

系统是win10,mactype版本MacTypeInstaller_2019.1-beta6

  1. 装好后向导里面用的这个:
image
  1. 因为我主要只针对浏览器使用,所以没有做全局字体替换,系统字体使用方正兰亭细黑,在Centbrowser浏览器里用了一个油猴脚本,原来是强制使用思源字体的,我改了下,使用更纱黑体:

userjs脚本如下:

// ==UserScript==
// @name           强制使用某字体
// @version        1.0.2
// @description  强制使用某字体
// @author         1v9
// @run-at          document-start
// @include        *
// @grant           unsafeWindow
// @license         MIT
// @require        https://greasyfork.org/scripts/29500-%E5%BC%BA%E5%88%B6%E4%BD%BF%E7%94%A8%E5%AD%97%E4%BD%93-%E6%A0%B8%E5%BF%83/code/%E5%BC%BA%E5%88%B6%E4%BD%BF%E7%94%A8%E5%AD%97%E4%BD%93%20-%20%E6%A0%B8%E5%BF%83.js
// @namespace https://greasyfork.org/users/129905
// ==/UserScript==
(function() {
changeFont("sarasa gothic hc",2);
})();

5.然后mactype的配置是从网站找的,也改了一下:

随便起个名字,放在mactype安装目录下的ini/文件夹里,比如xxx.ini:

内容:

[General]
Name=更纱黑体
Icon=
HookChildProcesses=1
HintingMode=1
AntiAliasMode=4
NormalWeight=16
BoldWeight=2
ItalicSlant=0
UseMapping=0
GammaMode=0
GammaValue=1.4
Contrast=1.7
RenderWeight=1.8
TextTuning=6
TextTuningR=6
TextTuningG=6
TextTuningB=6
BolderMode=0
FontLoader=0
FontLink=1
FontSubstitutes=1
MaxHeight=0
;Shadow=0,0,16,FFFFFF,8,000000
LcdFilter=1
LoadOnDemand=1
CacheMaxFaces=256
CacheMaxSizes=33554432
CacheMaxBytes=67108864
EnableKerning=0
MaxBitmap=0
[ExcludeModule]
Photoshop.EXE
Illustrator.EXE
[exclude]
photoshop.EXE
[FontSubstitutes]
SimSun=Microsoft YaHei UI
SimSun-ExtB=Microsoft YaHei UI
NSimSun=Microsoft YaHei UI
Microsoft Sans Serif=Microsoft YaHei UI
MS Serif=Microsoft YaHei
MS Sans Serif=Microsoft YaHei UI
[Individual]
SimSun=,,26,,,
NSimSun=,,26,,,
Microsoft YaHei=,,24,,,
Microsoft YaHei UI=,,24,,,
方正兰亭细黑_GBK=,,20,,,
[FontSubstitutes@Explorer.exe]
Microsoft Sans Serif=方正兰亭细黑_GBK
[FontSubstitutes@Firefox.exe]
Microsoft Sans Serif=
Arial Unicode MS=方正兰亭细黑_GBK
SimSun=方正兰亭细黑_GBK
SimSun-ExtB=方正兰亭细黑_GBK
NSimSun=方正兰亭细黑_GBK
SimHei=方正兰亭细黑_GBK
[ExcludeSub]
© 2020 GitHub, Inc.
acrodist.EXE
devenv.EXE
photoshop.EXE
POWERPNT.EXE
WINWORD.EXE
wps.exe
[UnloadDll]
AdobeIPCBroker.exe
audiodg.exe
CCXProcess.exe
CoreSync.exe
fontforge.exe
igfxCUIService.exe
igfxEM.exe
igfxHK.exe
lass.exe
MsMpEng.exe
node.exe
NVDisplay.Container.exe
OfficeClickToRun.exe
pia-service.exe
QHActiveDefense.exe
QHSafeTray.exe
QHWatchdog.exe
RuntimeBroker.exe
SearchFilterHost.exe
SearchIndexer.exe
SearchProtocolHost.exe
services.exe
spoolsv.exe
stacsv64.exe
SynTPEnh.exe
SynTPHelper.exe
taskhostw.exe
VBoxSVC.exe
VirtualBox.exe
vmnat.exe
vmnetdhcp.exe
vmware-authd.exe
vmware-usbarbitrator64.exe
vmware-vmx.exe
image.png

这个字体下载:github上有,但是下载下来是好多字体(粗细不一,样式差不多)的合集,很大,感觉没必要


image.png

我分享个,侵权的话留言告知,我删掉
链接:https://pan.baidu.com/s/1lwwal7jOXsF-BALlvSTD3A
提取码:nkfe


补充,今天发现思源黑体regular貌似更锐利一点:
userjs改下:
changeFont("source han sans regular",2);

mactype 配置不变.
字体:


image.png

相关文章

网友评论

      本文标题:Win10+Mactype+更纱黑体设置

      本文链接:https://www.haomeiwen.com/subject/auhnqhtx.html