ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer _
    )
    public FontFeature( 
       FontFeatureTag nameTag,
       System.int parameter
    )

    Parameters

    nameTag
    The name tag.
    parameter
    The parameter.
    See Also