How can I disable ligatures in TextEditor? #431
Unanswered
QYF-RYCBStudio
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use


Jetbrains Mono
to show the code, I find that they do the ligatures for most operators. But I can't find any property to disable it.The Microsoft offical website says
SetValue(Typography.StandardLigaturesProperty, false);
can disable it, but I can't. (See https://learn.microsoft.com/dotnet/desktop/wpf/advanced/opentype-font-features?view=netdesktop-8.0).Screenshots:
Beta Was this translation helpful? Give feedback.
All reactions