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

Ligature for "->" Doesn't Work Properly #99

Closed
tyleo opened this issue Dec 30, 2015 · 2 comments
Closed

Ligature for "->" Doesn't Work Properly #99

tyleo opened this issue Dec 30, 2015 · 2 comments

Comments

@tyleo
Copy link

tyleo commented Dec 30, 2015

I have tried to get the "->" ligature to display for two separate programming languages (C++ and Rust), with two separate editors (Atom and Visual Studio 2015), and on two separate computers (both Windows 10). Unfortunately, the symbol does not seem to be appearing. All other ligatures appear to work properly.

I suspect that it is the ligature which is broken rather than the editors.

@tyleo
Copy link
Author

tyleo commented Dec 30, 2015

This gets it to work in Atom:

atom-text-editor {
  text-rendering: optimizeLegibility;
}

Appears to be a problem with the editors after-all.

@tyleo tyleo closed this as completed Dec 30, 2015
@vidoardes
Copy link

Is there any way to correct this in VS2015?

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

No branches or pull requests

2 participants