Hello,
When I use the font: "JetBrains Mono" with the EditControl (in WPF). I've got a blurry text:
The text is better with consolas:
How to avoid this effect? I've tried without success:
TextOptions.TextRenderingMode="Auto"
TextOptions.TextFormattingMode="Display"
Could you help me, please?