TextRunTypographyProperties.ContextualLigatures 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示是否启用上下文连字的值。
public:
abstract property bool ContextualLigatures { bool get(); };
public abstract bool ContextualLigatures { get; }
member this.ContextualLigatures : bool
Public MustOverride ReadOnly Property ContextualLigatures As Boolean
属性值
如果启用上下文连字,则为 true
,否则为 false
。 默认值为 true
。
注解
上下文连字旨在通过提供构成连字的字符之间的更好的联接行为来提高可读性。
如果 is 和所选字体的值ContextualLigaturestrue
不支持上下文连字,则会显示字母的默认格式。