Mega Code Archive

 
Categories / VB.Net / WPF
 

Enabling discretionary ligatures

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       HorizontalAlignment="Center" VerticalAlignment="Center"       FontFamily="Palatino Linotype" FontSize="60">     <Span Typography.DiscretionaryLigatures="True">Th</Span> </Page>