-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better fonts for CJK users #26175
Comments
@iamCristYe |
Yes. zh-CN VS Code under en-US Windows 10.
On May 28, 2017, at 11:32, Belleve Invis <[email protected]<mailto:[email protected]>> wrote:
@iamCristYe<https://github.com/iamcristye>
Are you using zh-CN VSCode under an English OS?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#26175 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMDm4j7hwL7M7B-0tEXRw8uiJDGjoSMRks5r-b3OgaJpZM4NTZCb>.
|
@iamCristYe The root case is that Windows does not have an unified typeface family to cover all CCJK languages, so that fallback made inconsistency. |
I totally understand that and we do need a typeface family like Source Han on Windows. But can't we simply assign YaHei to be the font in this case?
…________________________________
From: Belleve Invis <[email protected]>
Sent: Sunday, May 28, 2017 11:54:52 AM
To: Microsoft/vscode
Cc: Crist Ye; Mention
Subject: Re: [Microsoft/vscode] Better fonts for CJK users (#26175)
@iamCristYe<https://github.com/iamcristye> The root case is that Windows does not have an unified typeface family to cover all CCJK languages, so that fallback made inconsistency.
To solve this completely we need time(2 years), money ($10M), and technology.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#26175 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMDm4lm1UJ2vrigvp_lxAC4QBdmGUPrHks5r-cL8gaJpZM4NTZCb>.
|
@iamCristYe can you see how the situation is using our latest insider builds that come with custom menu? |
@bpasero I'm sorry that currently I'm using Windows with Chinese Interface. I may reinstall the system with English Interface when Windows 10 ver 1809 comes out and hopefully I can give you a comment then. |
OK |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
@bpasero The problem has been resolved. |
Hi! Thanks for your efforts in #5260! However, I'm currently experiencing the following issue:
The displayed menu is using a mix of Chinese font and Japanese font(I'm using zh-CN for VS Code in English Windows 10 ). Probably it's because VS Code decides the language from electron API(which uses Windows API to know that English is the system language and Japanese fonts have a priority compared with Chinese in fonts fallback in this case) instead of locale.json. Is it possible to fix that?
And also, for the editor, it would be great to automatically add a line in settings.json like
"editor.fontFamily": "Consolas, Microsoft Yahei UI Light, 'Courier New', monospace"
for zh-CN VS Code users since the default Chinese font for Chinese User is quite ugly. The similar issue may occur for other CJK users.
Thanks! @be5invis
The text was updated successfully, but these errors were encountered: