DocumentFontsSubsystem.DocumentFontsSubsystem
Inhalt
[
Ausblenden
]DocumentFontsSubsystem(Stream, Dictionary<string, string>)
Initialisiert eine neue Instanz vonDocumentFontsSubsystem
Klasse.
public DocumentFontsSubsystem(Stream defaultFontStream,
Dictionary<string, string> fontsSubstitutions = null)
Parameter | Typ | Beschreibung |
---|---|---|
defaultFontStream | Stream | Die Standardschriftart. |
fontsSubstitutions | Dictionary`2 | Die Schriftersetzungen. |
Siehe auch
- class DocumentFontsSubsystem
- namensraum Aspose.Note.Fonts
- Montage Aspose.Note
DocumentFontsSubsystem(string, Dictionary<string, string>)
Initialisiert eine neue Instanz vonDocumentFontsSubsystem
Klasse.
public DocumentFontsSubsystem(string defaultFontFile,
Dictionary<string, string> fontsSubstitutions = null)
Parameter | Typ | Beschreibung |
---|---|---|
defaultFontFile | String | Die Standardschriftart. |
fontsSubstitutions | Dictionary`2 | Die Schriftersetzungen. |
Siehe auch
- class DocumentFontsSubsystem
- namensraum Aspose.Note.Fonts
- Montage Aspose.Note
DocumentFontsSubsystem(Dictionary<string, string>)
Initialisiert eine neue Instanz vonDocumentFontsSubsystem
Klasse.
public DocumentFontsSubsystem(Dictionary<string, string> fontsSubstitutions = null)
Parameter | Typ | Beschreibung |
---|---|---|
fontsSubstitutions | Dictionary`2 | Die Schriftersetzungen. |
Siehe auch
- class DocumentFontsSubsystem
- namensraum Aspose.Note.Fonts
- Montage Aspose.Note