tonsky / FiraCode

Free monospaced font with programming ligatures
SIL Open Font License 1.1
76.17k stars 3.08k forks source link

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

Closed tyleo closed 8 years ago

tyleo commented 8 years ago

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 commented 8 years ago

This gets it to work in Atom:

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

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

vidoardes commented 8 years ago

Is there any way to correct this in VS2015?