【发布时间】:2010-01-11 18:28:28
【问题描述】:
我正在尝试在我的 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 似乎没有任何区别。 我做错了什么?
【问题讨论】:
-
嘿,这可能会给你一些启示:social.msdn.microsoft.com/forums/en-US/wpf/thread/…
标签: wpf typography kerning