WPFTextBlockでカーニングを有効にしようとしています。
<TextBlock FontFamily="Garamond" FontSize="120" Typography.Kerning="True">Table</TextBlock>
<TextBlock FontFamily="Garamond" FontSize="120" Typography.Kerning="False">Table</TextBlock>
ただし、KerningをTrueまたはFalseに設定しても、違いはないようです。私が間違っていることは何ですか?