Nevron Open Vision Documentation
Nevron.Nov.TrueType Namespace / NOTFontDescriptor Structure / NOTFontDescriptor Constructor


In This Topic
    NOTFontDescriptor Constructor
    In This Topic
    Initializer constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal familyName As System.String, _
       ByVal fontVariant As ENFontVariant _
    )
    'Usage
     
    
    Dim familyName As System.String
    Dim fontVariant As ENFontVariant
     
    Dim instance As New NOTFontDescriptor(familyName, fontVariant)
    public NOTFontDescriptor( 
       System.string familyName,
       ENFontVariant fontVariant
    )

    Parameters

    familyName
    fontVariant
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also