InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.FontFeature Class / FontSubSet.FontFeature Constructor / FontSubSet.FontFeature Constructor(FeatureTag,Boolean)

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

    Parameters

    featureTag
    enabled
    See Also