DocumentFontsSubsystem.DocumentFontsSubsystem
DocumentFontsSubsystem(Stream, Dictionary<string, string>)
の新しいインスタンスを初期化しますDocumentFontsSubsystem
class.
public DocumentFontsSubsystem(Stream defaultFontStream,
Dictionary<string, string> fontsSubstitutions = null)
パラメータ | タイプ | 説明 |
---|---|---|
defaultFontStream | Stream | デフォルトのフォント。 |
fontsSubstitutions | Dictionary`2 | フォントの置換. |
関連項目
- class DocumentFontsSubsystem
- 名前空間 Aspose.Note.Fonts
- 組み立て Aspose.Note
DocumentFontsSubsystem(string, Dictionary<string, string>)
の新しいインスタンスを初期化しますDocumentFontsSubsystem
class.
public DocumentFontsSubsystem(string defaultFontFile,
Dictionary<string, string> fontsSubstitutions = null)
パラメータ | タイプ | 説明 |
---|---|---|
defaultFontFile | String | デフォルトのフォント。 |
fontsSubstitutions | Dictionary`2 | フォントの置換. |
関連項目
- class DocumentFontsSubsystem
- 名前空間 Aspose.Note.Fonts
- 組み立て Aspose.Note
DocumentFontsSubsystem(Dictionary<string, string>)
の新しいインスタンスを初期化しますDocumentFontsSubsystem
class.
public DocumentFontsSubsystem(Dictionary<string, string> fontsSubstitutions = null)
パラメータ | タイプ | 説明 |
---|---|---|
fontsSubstitutions | Dictionary`2 | フォントの置換. |
関連項目
- class DocumentFontsSubsystem
- 名前空間 Aspose.Note.Fonts
- 組み立て Aspose.Note