PDA

View Full Version : [strange problem with Freestyle Script font in xaml]



gauravofindia
March 16th, 2008, 03:41 AM
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&#xd;&#xa;g" TextWrapping="Wrap" Margin="124,68,160.757,80.723" FontFamily="Freestyle Script" FontSize="75"/>
</Grid>
</Window>

----------------------------------------------------------------------

Screenhot:-

http://img254.imageshack.us/img254/1396/sczi9.th.gif

Gaurav

kirupa
March 17th, 2008, 10:46 PM
Hey gaurav - I double checked with a few colleagues, and this is a WPF issue. Unfortunately, there isn't a good workaround at this time. My only suggestion would be to not use those abnormally wide fonts at large text sizes :P