FontsSubsystem.AddFont
AddFont(Stream, string)
Aggiungi il carattere.
public void AddFont(Stream stream, string tempFolder)
Parametro | Tipo | Descrizione |
---|---|---|
stream | Stream | Il flusso contenente il font. |
tempFolder | String | La cartella temporanea. |
Guarda anche
- class FontsSubsystem
- spazio dei nomi Aspose.Note.Fonts
- assemblea Aspose.Note
AddFont(Stream)
Aggiungi il carattere.
public void AddFont(Stream stream)
Parametro | Tipo | Descrizione |
---|---|---|
stream | Stream | Il flusso contenente il font. |
Guarda anche
- class FontsSubsystem
- spazio dei nomi Aspose.Note.Fonts
- assemblea Aspose.Note
AddFont(string)
Aggiungi il carattere.
public void AddFont(string file)
Parametro | Tipo | Descrizione |
---|---|---|
file | String | Il percorso del file contenente il font. |
Guarda anche
- class FontsSubsystem
- spazio dei nomi Aspose.Note.Fonts
- assemblea Aspose.Note