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

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

Reference

FontFeature Class
FontFeature Members
Overload List