DocumentFontsSubsystem.DocumentFontsSubsystem

DocumentFontsSubsystem(Stream, Dictionary<string, string>)

初始化一个新的实例DocumentFontsSubsystem类.

public DocumentFontsSubsystem(Stream defaultFontStream, 
    Dictionary<string, string> fontsSubstitutions = null)
范围类型描述
defaultFontStreamStream默认字体。
fontsSubstitutionsDictionary`2字体替换。

也可以看看


DocumentFontsSubsystem(string, Dictionary<string, string>)

初始化一个新的实例DocumentFontsSubsystem类.

public DocumentFontsSubsystem(string defaultFontFile, 
    Dictionary<string, string> fontsSubstitutions = null)
范围类型描述
defaultFontFileString默认字体。
fontsSubstitutionsDictionary`2字体替换。

也可以看看


DocumentFontsSubsystem(Dictionary<string, string>)

初始化一个新的实例DocumentFontsSubsystem类.

public DocumentFontsSubsystem(Dictionary<string, string> fontsSubstitutions = null)
范围类型描述
fontsSubstitutionsDictionary`2字体替换。

也可以看看