How to enable fake slant feature in kitty? #9700
Unanswered
0And1Story
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to configure Chinese fonts in kitty. I prefer to use JetBrains Mono in English and Noto Sans CJK SC in Chinese.
To solve the font fallback, I use
It works well in regular and bold fonts. But for CJK fonts, the font files rarely provide italic glyphs directly. Instead, they use
fakeslantfeature. Thus, I use this font config:$ fc-match "Noto Sans CJK SC:slant=italic" matrix :matrix=1 0.2 0 1I am sure that the configuration take effects, but it seems that kitty does not support this feature.
It fallbacks to Noto Sans CJK SC directly. I wonder if there is an approach to achieve my expected effects.
(Well, I know that fake slant is not a good feature in font designing, but it is special and important in CJK fonts.)
Beta Was this translation helpful? Give feedback.
All reactions