可能有大佬知道怎么配置?
目前通过配 fontconfig,可以实现在gnome-terminal
里实现我的需求了。(里头那个楷体是随便找的。。。
config 如下:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="family"><string>JetBrainsMono Nerd Font</string></test>
<test name="slant"><const>roman</const></test>
<edit name="family" mode="append" binding="strong">
<string>Noto Sans CJK SC</string>
</edit>
</match>
<match>
<test name="family"><string>JetBrainsMono Nerd Font</string></test>
<edit name="family" mode="append" binding="strong">
<string>Noto Color Emoji</string>
</edit>
</match>
<match>
<test name="family"><string>JetBrainsMono Nerd Font</string></test>
<test name="slant"><const>italic</const></test>
<edit name="family" mode="append" binding="strong">
<string>LANMI_Chukaiti</string>
</edit>
</match>
<match target="font">
<test name="family" qual="any">
<string>LANMI_Chukaiti</string>
</test>
<test name="slant" compare="more_eq"><const>italic</const></test>
<edit name="matrix" mode="assign">
<times>
<name>matrix</name>
<matrix>
<double>1</double><double>-0.2</double>
<double>0</double><double>1</double>
</matrix>
</times>
</edit>
</match>
</fontconfig>
但是在 konsole 里,它还是斜的
试过用 fontforge 把这个楷体的属性改成 italic,用 libreoffice 测试了一下,是可以的。但是在 konsole 里还是斜的! konsole 对斜体字有什么奇怪的操作么?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.