VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsController Class / AddFontsFromDirectories(Dictionary<String,String>,String[]) Method
Syntax Requirements SeeAlso
In This Topic
    AddFontsFromDirectories(Dictionary<String,String>,String[]) Method (FileFontProgramsController)
    In This Topic
    Adds information about fonts from specified directories to the specified dictionary.
    Syntax
    'Declaration
    
    Protected Overridable Sub AddFontsFromDirectories( _
    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), _
    ByVal ParamArray fontsDirectories
    The paths to the directories, where fonts are located.
    () As System.String _
    )
    protected virtual void AddFontsFromDirectories(
    System.Collections.Generic.Dictionary<string,string> postScriptNameToFilePath,
    params System.String[] fontsDirectories
    )
    protected: virtual void AddFontsFromDirectories(
    System.Collections.Generic.Dictionary<string,string*>* postScriptNameToFilePath,
    params System.String[]* fontsDirectories
    )
    protected:
    virtual void AddFontsFromDirectories(
    System.Collections.Generic.Dictionary<string,string^>^ postScriptNameToFilePath,
    ... array<System.String>^ fontsDirectories
    )

    Parameters

    postScriptNameToFilePath
    The dictionary (PostScript-like font name => full path to font file), where information about system fonts must be added.
    fontsDirectories
    The paths to the directories, where fonts are located.
    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