-
Notifications
You must be signed in to change notification settings - Fork 822
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
Use a fallback font to display missing characters #1124
Comments
Thanks for reporting. Implementation of this feature is on our backlog for the Console. |
Default font now have no Cyrillic, Japanese, Thai etc characters. |
Thanks for the feedback. We look forward to the Console being able to render more glyphs, ligature monospace fonts, emoji, etc., but it is dependent on us building a new text renderer based on DirectWrite vs. our current GDI-based renderer. This is a work item that's starting to get quite close to the top of our priority list, but it's a significant work item, so it'll take a little while to complete. HOWEVER, we WILL make A LOT of noise when this feature ships, so I'd be surprised if you miss it when we do announce ;) Closing for now as this is already high up our task list. |
Use a fallback font to display missing glyphs. This is especially important for mathematical programming using Julia and other console apps that heavily use unicode characters. Unfortunately, most of the monospaced fonts do not have a rich set of glyphs so most things show up blank.
The text was updated successfully, but these errors were encountered: