Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontFeature Class / FontFeature Constructor / FontFeature Constructor(FeatureTag,Boolean)

In This Topic
    FontFeature Constructor(FeatureTag,Boolean)
    In This Topic
    Initializes a new instance of FontFeature with a value indicating whether the feature is enable or disabled.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal featureTag As FeatureTag, _
       ByVal enabled As System.Boolean _
    )
    public FontFeature( 
       FeatureTag featureTag,
       System.bool enabled
    )

    Parameters

    featureTag
    enabled
    See Also