DocumentFontsSubsystem.DocumentFontsSubsystem

DocumentFontsSubsystem(Stream, Dictionary<string, string>)

Initializes a new instance of the DocumentFontsSubsystem class.

public DocumentFontsSubsystem(Stream defaultFontStream, 
    Dictionary<string, string> fontsSubstitutions = null)
ParameterTypeDescription
defaultFontStreamStreamThe default Font.
fontsSubstitutionsDictionary`2The fonts substitutions.

See Also


DocumentFontsSubsystem(string, Dictionary<string, string>)

Initializes a new instance of the DocumentFontsSubsystem class.

public DocumentFontsSubsystem(string defaultFontFile, 
    Dictionary<string, string> fontsSubstitutions = null)
ParameterTypeDescription
defaultFontFileStringThe default Font.
fontsSubstitutionsDictionary`2The fonts substitutions.

See Also


DocumentFontsSubsystem(Dictionary<string, string>)

Initializes a new instance of the DocumentFontsSubsystem class.

public DocumentFontsSubsystem(Dictionary<string, string> fontsSubstitutions = null)
ParameterTypeDescription
fontsSubstitutionsDictionary`2The fonts substitutions.

See Also