<Window x:Class="ClassicControls.EmbeddedFont"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="ClassicControls" Height="300" Width="300"
>
<Grid>
<Label Name="tst" FontSize="20" FontFamily="./#Bayern"
>This is an embedded font</Label>
</Grid>
</Window>
|