VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsController Class / AddSystemInstalledFonts(Dictionary<String,String>) Method
Syntax Requirements SeeAlso
In This Topic
    AddSystemInstalledFonts(Dictionary<String,String>) Method (FileFontProgramsController)
    In This Topic
    Adds information about system fonts to the specified dictionary.
    Syntax
    'Declaration
    
    Protected Overridable Sub AddSystemInstalledFonts( _
    ByVal postScriptNameToFilePath
    The dictionary (PostScript-like font name => full path to font file), where information about system fonts must be added.
    As System.Collections.Generic.Dictionary(Of String,String) _
    )

    Parameters

    postScriptNameToFilePath
    The dictionary (PostScript-like font name => full path to font file), where information about system fonts must be added.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also