Typography.DiscretionaryLigatures 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值确定是否启用任意连字。
public:
property bool DiscretionaryLigatures { bool get(); void set(bool value); };
public bool DiscretionaryLigatures { get; set; }
member this.DiscretionaryLigatures : bool with get, set
Public Property DiscretionaryLigatures As Boolean
属性值
如果启用自由连字,true
;否则,false
。 默认值为 false
。
注解
此属性获取或设置拥有 Typography
属性的对象上的值,这是访问 Typography 类实例的唯一方法。 此外,此属性支持附加属性用法,以便可以在 XAML 中包含文本的对象上设置它。
自由连字设计为观赏性,而不是专门为可读性而设计。 以下文本显示 Pericles 字体的任意连字字形。
自由连字集的示例
下面的代码示例演示如何使用 DiscretionaryLigatures 属性为 Pericles 字体定义自由连字字形。
<Paragraph FontFamily="Pericles" Typography.DiscretionaryLigatures="True">
<Run Typography.StylisticAlternates="1">CO</Run>
<Run Typography.StylisticAlternates="1">LA</Run>
<Run Typography.StylisticAlternates="1">LE</Run>
<Run Typography.StylisticAlternates="1">LI</Run>
<Run Typography.StylisticAlternates="1">LL</Run>
<Run Typography.StylisticAlternates="1">LO</Run>
<Run Typography.StylisticAlternates="1">LU</Run>
</Paragraph>
XAML 属性用法
< 对象Typography.DiscretionaryLigatures=“bool”/>
Dependency 属性信息
标识符字段 | DiscretionaryLigaturesProperty |
设置为 true 的元数据属性 |
AffectsMeasure、AffectsRender、Inherits |