Nevron Open Vision Documentation
Nevron.Nov.TrueType Namespace / NOTInstalledFontsMap Class / InstallFont Method / InstallFont(NOTInstalledFont) Method


In This Topic
    InstallFont(NOTInstalledFont) Method
    In This Topic
    Installs the specified font
    Syntax
    'Declaration
     
    
    Public Overloads Sub InstallFont( _
       ByVal installedFont As NOTInstalledFont _
    ) 
    'Usage
     
    
    Dim instance As NOTInstalledFontsMap
    Dim installedFont As NOTInstalledFont
     
    instance.InstallFont(installedFont)
    public void InstallFont( 
       NOTInstalledFont installedFont
    )

    Parameters

    installedFont
    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