[关闭]
@lumincinta 2017-01-27T05:12:41.000000Z 字数 670 阅读 329

Use MacType on Windows for Typora[1]

MacType Typora


Well, firstly, you need to install MacType on Windows, after that, you may found MacType not work as expect for Typora. This is because Typora use DirectWrite for font rendering.

Although, MacType claims to be compatible with DirectWrite, other user may prefer to disable DirectWrite feature and let MacType to take over all font rendering optimization. So this article will show you how to disable DirectWrite:

  1. Open preference panel.
  2. Click Open Advanced Settings which will open a folder.
  3. Open config.user.json from the folder.
  4. Set "directWrite": false in the json file. By default the value should be true.
  1. "directWrite": false, // Boolean - Enables DirectWrite font rendering system on Windows. Default is true.
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注