Documents for PDF, .NET Edition Documentation
FontFeature Constructor(FeatureTag,Int32,Boolean)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontFeature Class > FontFeature Constructor : FontFeature Constructor(FeatureTag,Int32,Boolean)
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

Reference

FontFeature Class
FontFeature Members
Overload List