Skip to content

Typing = followed by > in a TextBox field #17946

Discussion options

You must be logged in to vote

These combined glyphs are called ligatures. You can turn this off with FontFeatures.

It seems intuitive to turn them off with -liga. However, after inspecting the Font Features using fontdrop.info for the Inter font supplied by Avalonia, it appears that the arrow ligatures are part of "contextual alternatives". So you need -calt (or calt with state of 0).

<TextBox FontFeatures="-calt" />

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by LaurentInSeattle
Comment options

You must be logged in to vote
1 reply
@stevemonaco
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants