Disable ligatures in Xamarin Forms

125 Views Asked by At

I am looking for a way to disable font ligatures in Xamarin Forms.

Any advice how to accomplish that?

Regards Bernd

1

There are 1 best solutions below

0
On

I did not find any solution to disable ligatures in the app. Using styles in the XAML code was a deadend too because font-variant-ligatures: none is a unsupported tag here.

I did solve my problem by editing the ttf file and removing the unwanted ligatures.