Close 'calt' and set 'cvXX' / 能否关闭连字的同时设置cv #442
|
我感觉cv01的字符效果较好,但不想开启连字,或者准确的说,我目前使用了以下配置: {
"editor.fontLigatures": "'calt', 'cv01', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06'",
}此时 {
"editor.fontLigatures": "'cv01",
}但该配置会自动开启'calt'. |
Answered by
subframe7536
Apr 5, 2025
Replies: 1 comment
|
试试这个 {
"editor.fontLigatures": "'cv01' 1, 'calt' 0",
} |
0 replies
Answer selected by
y0sh1ne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
试试这个
{ "editor.fontLigatures": "'cv01' 1, 'calt' 0", }