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

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

    Parameters

    featureTag
    parameter
    applyLastAlternativeIfNotAvailable
    See Also