Skip to content
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

Closed
musm opened this issue Sep 26, 2016 · 3 comments
Closed

Use a fallback font to display missing characters #1124

musm opened this issue Sep 26, 2016 · 3 comments
Labels

Comments

@musm
Copy link

musm commented Sep 26, 2016

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.

@bitcrazed
Copy link
Contributor

bitcrazed commented Sep 27, 2016

Thanks for reporting. Implementation of this feature is on our backlog for the Console.

@S-ed
Copy link

S-ed commented Nov 19, 2016

Default font now have no Cyrillic, Japanese, Thai etc characters.
This is UNACCEPTABOOOOOL!

@bitcrazed
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants