I am trying to enable kerning in my WPF TextBlock as in
<TextBlock FontFamily="Garamond" FontSize="120" Typography.Kerning="True">Table</TextBlock>
<TextBlock FontFamily="Garamond" FontSize="120" Typography.Kerning="False">Table</TextBlock>
However, setting Kerning to True or False does not seem to make any difference. What I am doing wrong?