DocumentFontsSubsystem.DocumentFontsSubsystem

DocumentFontsSubsystem(Stream, Dictionary<string, string>)

の新しいインスタンスを初期化しますDocumentFontsSubsystemclass.

public DocumentFontsSubsystem(Stream defaultFontStream, 
    Dictionary<string, string> fontsSubstitutions = null)
パラメータタイプ説明
defaultFontStreamStreamデフォルトのフォント。
fontsSubstitutionsDictionary`2フォントの置換.

関連項目


DocumentFontsSubsystem(string, Dictionary<string, string>)

の新しいインスタンスを初期化しますDocumentFontsSubsystemclass.

public DocumentFontsSubsystem(string defaultFontFile, 
    Dictionary<string, string> fontsSubstitutions = null)
パラメータタイプ説明
defaultFontFileStringデフォルトのフォント。
fontsSubstitutionsDictionary`2フォントの置換.

関連項目


DocumentFontsSubsystem(Dictionary<string, string>)

の新しいインスタンスを初期化しますDocumentFontsSubsystemclass.

public DocumentFontsSubsystem(Dictionary<string, string> fontsSubstitutions = null)
パラメータタイプ説明
fontsSubstitutionsDictionary`2フォントの置換.

関連項目