Could ST3 add a feature to enable user to set several font?
I’m a Chinese user, thus the editor window of ST3 usually needs to display two kinds of fonts- English and Chinese.
And this leads to two problems:
- If I my computer system language setting is English, ST3 will display the Chinese contents in Japanese font;
- ST3 couldn’t display both “Consolas” and “Microsoft Yahei”(a kind of Chinese font) at the same time(English letters and scripts display in “Consolas” and Chinese display in “Microsoft Yahei”).
Could the author of ST3 add the feature mentioned at the first line of this article?
Like the CSS font-family Property, “hold several font names as a ‘fallback’ system. If the browser does not support the first font, it tries the next font.”.
My English is not good enough to convey my ideas explicitly, sorry.
And following is a sample about that feature:
{
" font-face":
“Consolas”, // display English letters and scripts in Consolas
“Microsoft Yahei”, // make up the supporting for Chinese character
“Microsft Yahei UI” // if “Microsoft Yahei” doesn’t exist in system, use this kind of font to display Chinese character
]
}
This feature also helps the users from Japan, South Korea and many other countries(non-English speaking countries).