ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / FontFeature Structure / FontFeature Constructor
The name tag.
The parameter.

In This Topic
    FontFeature Constructor
    In This Topic
    Initializes a new instance of the FontFeature struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nameTag As FontFeatureTag, _
       ByVal parameter As Integer _
    )
    public FontFeature( 
       FontFeatureTag nameTag,
       int parameter
    )

    Parameters

    nameTag
    The name tag.
    parameter
    The parameter.
    See Also