DocumentFontsSubsystem.DocumentFontsSubsystem
Contenu
[
Cacher
]DocumentFontsSubsystem(Stream, Dictionary<string, string>)
Initialise une nouvelle instance duDocumentFontsSubsystem
classe.
public DocumentFontsSubsystem(Stream defaultFontStream,
Dictionary<string, string> fontsSubstitutions = null)
Paramètre | Taper | La description |
---|---|---|
defaultFontStream | Stream | La police par défaut. |
fontsSubstitutions | Dictionary`2 | Les substitutions de polices. |
Voir également
- class DocumentFontsSubsystem
- espace de noms Aspose.Note.Fonts
- Assemblée Aspose.Note
DocumentFontsSubsystem(string, Dictionary<string, string>)
Initialise une nouvelle instance duDocumentFontsSubsystem
classe.
public DocumentFontsSubsystem(string defaultFontFile,
Dictionary<string, string> fontsSubstitutions = null)
Paramètre | Taper | La description |
---|---|---|
defaultFontFile | String | La police par défaut. |
fontsSubstitutions | Dictionary`2 | Les substitutions de polices. |
Voir également
- class DocumentFontsSubsystem
- espace de noms Aspose.Note.Fonts
- Assemblée Aspose.Note
DocumentFontsSubsystem(Dictionary<string, string>)
Initialise une nouvelle instance duDocumentFontsSubsystem
classe.
public DocumentFontsSubsystem(Dictionary<string, string> fontsSubstitutions = null)
Paramètre | Taper | La description |
---|---|---|
fontsSubstitutions | Dictionary`2 | Les substitutions de polices. |
Voir également
- class DocumentFontsSubsystem
- espace de noms Aspose.Note.Fonts
- Assemblée Aspose.Note