Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Font Class / ContextualAlternates Property

In This Topic
    ContextualAlternates Property
    In This Topic
    Gets or sets a value indicating whether contextual alternates are enabled for the font.
    Syntax
    'Declaration
     
    Public Property ContextualAlternates As System.Boolean
    public System.bool ContextualAlternates {get; set;}
    Remarks
    Contextual alternates are ligatures that are applied to individual characters based on the letters around them (their context). Contextual alternates can also be applied to entire words in certain contexts, for example, words frequently used in titles (such as "of" and "the"). When contextual alternates are enabled for a font, they are used instead of the standard ligatures in those contexts defined by the font designer.
    See Also