'Declaration Protected Overridable Sub AddSystemInstalledFonts( _
ByVal postScriptNameToFilePathThe 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) _
)
protected virtual void AddSystemInstalledFonts(
System.Collections.Generic.Dictionary<string,string> postScriptNameToFilePath
)
protected: virtual void AddSystemInstalledFonts(
System.Collections.Generic.Dictionary<string,string*>* postScriptNameToFilePath
)
protected:
virtual void AddSystemInstalledFonts(
System.Collections.Generic.Dictionary<string,string^>^ postScriptNameToFilePath
)
Parameters
- postScriptNameToFilePath
- The dictionary (PostScript-like font name => full path to font file), where information about system fonts must be added.