Hello Kirupa,
hope you doing great.
i had a question about textbox in xaml.
When i use Freestyle Script font with text box control in xaml the charaters such
as f, g, and some other characters cut. Is there a solution to this strange problem?
Xaml Code:-
<Window
xmlns=“http://schemas.microsoft.com/winfx/2006/xaml/presentation”
xmlns:x=“http://schemas.microsoft.com/winfx/2006/xaml”
x:Class=“textbox.Window1”
x:Name=“Window”
Title=“Window1”
Width=“640” Height=“480”>
<Grid x:Name="LayoutRoot">
<TextBox Text="f
g" TextWrapping="Wrap" Margin="124,68,160.757,80.723" FontFamily="Freestyle Script" FontSize="75"/>
</Grid>
</Window>
Screenhot:-

Gaurav