TextTrimming fails with Custom fonts

52 Views Asked by At

Text trimming is not working for custom font. Any clues on how to fix that?

<TextBlock x:Name="PageTitle" Text="i want to put a really long text " TextAlignment="Center" TextTrimming ="WordEllipsis" Foreground="#FFE89192"  Width="350"/>
0

There are 0 best solutions below