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

In This Topic
    FontSubSet.FontFeature Constructor(FeatureTag,Int32,Boolean)
    In This Topic
    Initializes a new instance of FontSubSet.FontFeature with the specified 1-based position of alternate glyph ID.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal featureTag As FontSubSet.FeatureTag, _
       ByVal parameter As Integer, _
       Optional ByVal applyLastAlternativeIfNotAvailable As Boolean _
    )
    public FontSubSet.FontFeature( 
       FontSubSet.FeatureTag featureTag,
       int parameter,
       bool applyLastAlternativeIfNotAvailable
    )

    Parameters

    featureTag
    parameter
    applyLastAlternativeIfNotAvailable
    See Also