Nevron Open Vision Documentation
Nevron.Nov.TrueType Namespace / NOTInstalledFont Class / NOTInstalledFont Constructor


In This Topic
    NOTInstalledFont Constructor
    In This Topic
    Region constructors.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal physicalFont As NOTPhysicalFont, _
       ByVal stream As System.IO.Stream, _
       ByVal offsetTableOffset As System.Long _
    )
    'Usage
     
    
    Dim physicalFont As NOTPhysicalFont
    Dim stream As System.IO.Stream
    Dim offsetTableOffset As System.Long
     
    Dim instance As New NOTInstalledFont(physicalFont, stream, offsetTableOffset)
    public NOTInstalledFont( 
       NOTPhysicalFont physicalFont,
       System.IO.Stream stream,
       System.long offsetTableOffset
    )

    Parameters

    physicalFont
    stream
    offsetTableOffset
    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