FontsSubsystem.AddFont
AddFont(Stream, string)
Add the font.
public void AddFont(Stream stream, string tempFolder)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream containing the font. |
tempFolder | String | The temp Folder. |
See Also
- class FontsSubsystem
- namespace Aspose.Note.Fonts
- assembly Aspose.Note
AddFont(Stream)
Add the font.
public void AddFont(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream containing the font. |
See Also
- class FontsSubsystem
- namespace Aspose.Note.Fonts
- assembly Aspose.Note
AddFont(string)
Add the font.
public void AddFont(string file)
Parameter | Type | Description |
---|---|---|
file | String | The path to the file containing the font. |
See Also
- class FontsSubsystem
- namespace Aspose.Note.Fonts
- assembly Aspose.Note