Description of the Issue
Fonts that support ligatures are not drawn with them
Steps to Reproduce the Issue
- Select a font that supports ligatures, such as Fira Code
- Select a C-based language
- key in "!="
Expected Behavior
a long equals sign with a slash through it
Actual Behavior
discrete characters
Suggestion
Set the Technology property of the Scintilla objects to DirectWrite, which draws with ligatures, or provide an option to turn it on.


Description of the Issue
Fonts that support ligatures are not drawn with them
Steps to Reproduce the Issue
Expected Behavior
a long equals sign with a slash through it
Actual Behavior
discrete characters
Suggestion
Set the Technology property of the Scintilla objects to DirectWrite, which draws with ligatures, or provide an option to turn it on.