"Cascadia Code" font support

Starting from a certain version, the editor stopped performing native support for the "Cascadia Code" font.

For example, expressions ">=", "<=", "!=".

In the Visual Studio:
image

In the Toad Editor:
image

Actually, that was never natively supported. It was an option that had to be enabled.

In 17.1 and prior, you could enable it at Options -> Editor -> Display -> Enable font ligatures.

In 24.2 and newer, it's less obvious, but you can enable it at Options -> Editor -> Behavior. Set 'Drawing Technology' to 'Direct Write'.

1 Like

Thank You so much, John.