Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CompatibilityOptions Class / EnableOpenTypeFeatures Property

In This Topic
    EnableOpenTypeFeatures Property
    In This Topic
    Gets or sets whether to use features such as kerning, ligatures, contextual alternates, stylistic sets, number spacing, and number formatting when displaying the font.
    Syntax
    'Declaration
     
    Public Property EnableOpenTypeFeatures As System.Boolean
    public System.bool EnableOpenTypeFeatures {get; set;}
    See Also