DocumentFontsSubsystem.DocumentFontsSubsystem
Contents
[
Hide
]DocumentFontsSubsystem(Stream, Dictionary<string, string>)
Initializes a new instance of the DocumentFontsSubsystem
class.
public DocumentFontsSubsystem(Stream defaultFontStream,
Dictionary<string, string> fontsSubstitutions = null)
Parameter | Type | Description |
---|---|---|
defaultFontStream | Stream | The default Font. |
fontsSubstitutions | Dictionary`2 | The fonts substitutions. |
See Also
- class DocumentFontsSubsystem
- namespace Aspose.Note.Fonts
- assembly Aspose.Note
DocumentFontsSubsystem(string, Dictionary<string, string>)
Initializes a new instance of the DocumentFontsSubsystem
class.
public DocumentFontsSubsystem(string defaultFontFile,
Dictionary<string, string> fontsSubstitutions = null)
Parameter | Type | Description |
---|---|---|
defaultFontFile | String | The default Font. |
fontsSubstitutions | Dictionary`2 | The fonts substitutions. |
See Also
- class DocumentFontsSubsystem
- namespace Aspose.Note.Fonts
- assembly Aspose.Note
DocumentFontsSubsystem(Dictionary<string, string>)
Initializes a new instance of the DocumentFontsSubsystem
class.
public DocumentFontsSubsystem(Dictionary<string, string> fontsSubstitutions = null)
Parameter | Type | Description |
---|---|---|
fontsSubstitutions | Dictionary`2 | The fonts substitutions. |
See Also
- class DocumentFontsSubsystem
- namespace Aspose.Note.Fonts
- assembly Aspose.Note