_Font.ContextualAlternates 属性

定义

指定对指定的字体启用上下文替代字。

public:
 property int ContextualAlternates { int get(); void set(int value); };
public int ContextualAlternates { get; set; }
member this.ContextualAlternates : int with get, set
Public Property ContextualAlternates As Integer

属性值

Int32 对象。

注解

上下文替换是根据单个字符周围的字母(其上下文)应用于这些字符的连字。 上下文替换还可以应用于特定上下文中的所有词,例如常常用于标题中的词(如"of"和"the")。 为字体启用上下文替换时,在字体设计器定义的上下文中,将使用它们而不是标准连字。设置此属性的效果与在 2010 Word 2010) 的“OpenType 功能”组中的“高级”选项卡上的“使用上下文备用 (”旁边的“使用上下文备用”旁边的检查框相同。

适用于