我正在尝试在我的 WPF TextBlock 中启用字距调整,如
<TextBlock FontFamily="Garamond" FontSize="120" Typography.Kerning="True">Table</TextBlock>
<TextBlock FontFamily="Garamond" FontSize="120" Typography.Kerning="False">Table</TextBlock>
但是,将 Kerning 设置为 True 或 False 似乎没有任何区别。我做错了什么?