DocumentFontsSubsystem.DocumentFontsSubsystem

DocumentFontsSubsystem(Stream, Dictionary<string, string>)

Initialiseert een nieuw exemplaar van hetDocumentFontsSubsystem klasse.

public DocumentFontsSubsystem(Stream defaultFontStream, 
    Dictionary<string, string> fontsSubstitutions = null)
ParameterTypeBeschrijving
defaultFontStreamStreamHet standaardlettertype.
fontsSubstitutionsDictionary`2De vervangingen van lettertypen.

Zie ook


DocumentFontsSubsystem(string, Dictionary<string, string>)

Initialiseert een nieuw exemplaar van hetDocumentFontsSubsystem klasse.

public DocumentFontsSubsystem(string defaultFontFile, 
    Dictionary<string, string> fontsSubstitutions = null)
ParameterTypeBeschrijving
defaultFontFileStringHet standaardlettertype.
fontsSubstitutionsDictionary`2De vervangingen van lettertypen.

Zie ook


DocumentFontsSubsystem(Dictionary<string, string>)

Initialiseert een nieuw exemplaar van hetDocumentFontsSubsystem klasse.

public DocumentFontsSubsystem(Dictionary<string, string> fontsSubstitutions = null)
ParameterTypeBeschrijving
fontsSubstitutionsDictionary`2De vervangingen van lettertypen.

Zie ook