- improve tag kerning
- add ligatures for
\\
\n
\r
\t
\"
\'
- implement Fira Code's progress bar characters and make them round
-
revert to use hinted font as base font by default
- Differences between "hinted font" and "unhinted font":
- "hinted font" is used for low resolution screen to have better render effect. From my experience, if your screen resolution is lower or equal than 1080P, it is recommended to use "hinted font". In this case, you can choose
MapleMono-TTF-AutoHint
/MapleMono-NF
/MapleMono-NF-CN
. - "unhinted font" is used for high resolution screen (e.g. for Mac), when using "hinted font", it will blur your text or make it looks weird. In this case, you can choose
MapleMono-OTF
/MapleMono-TTF
. If you want to support Nerd Font, you can setMapleMono-NF
(orNerdFontBase.ttf
insrc-font
dir) as fallback font, or build your own font. 同理,如果需要支持中文字体,把MapleMono-NF-CN
设置为回退字体或者自行构建即可
- "hinted font" is used for low resolution screen to have better render effect. From my experience, if your screen resolution is lower or equal than 1080P, it is recommended to use "hinted font". In this case, you can choose
- Differences between "hinted font" and "unhinted font":