[strange problem with Freestyle Script font in xaml]

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”>

&lt;Grid x:Name="LayoutRoot"&gt;
    &lt;TextBox Text="f&#xd;&#xa;g" TextWrapping="Wrap" Margin="124,68,160.757,80.723" FontFamily="Freestyle Script" FontSize="75"/&gt;
&lt;/Grid&gt;

</Window>


Screenhot:-

Gaurav