gpt4 book ai didi

fonts - 如何在 Visual Studio Code 中启用递归 (OpenType) 字体代码连字?

转载 作者:行者123 更新时间:2023-12-01 23:08:45 24 4
gpt4 key购买 nike

更具体地说

如何启用 Recursive font 的代码自由连字“dlig”功能?

通常的 fontLigatures settings.json 配置不起作用。

"editor.fontFamily": "Recursive Sans Linear"
"editor.fontLigatures": true // Do not work :-/

最佳答案

要启用代码连字,请使用所需的 OpenType 功能编辑 VSCode settings.json:

// Code ligatures ON
"editor.fontLigatures": "'dlig'"
// BONUS: other feature set (see below)
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'"

Recursive ligature features

来源:

Stephen Nixon's article on recursive.design

GitHub VSCode related issue

另见: Microsoft OpenType spec

关于fonts - 如何在 Visual Studio Code 中启用递归 (OpenType) 字体代码连字?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70296014/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com