ComponentOne Bitmap for WPF
FontFeature Constructor

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > FontFeature Structure : FontFeature Constructor
The name tag.
The parameter.
Initializes a new instance of the FontFeature struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal nameTag As FontFeatureTag, _
   ByVal parameter As System.Integer _
)
public FontFeature( 
   FontFeatureTag nameTag,
   System.int parameter
)

Parameters

nameTag
The name tag.
parameter
The parameter.
See Also

Reference

FontFeature Structure
FontFeature Members