FontsSubsystem.AddFont
AddFont(Stream, string)
添加字体。
public void AddFont(Stream stream, string tempFolder)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | 流 | 包含字体的流。 |
| tempFolder | String | 临时文件夹。 |
另请参阅
- class FontsSubsystem
- namespace Aspose.Note.Fonts
- assembly Aspose.Note
AddFont(Stream)
添加字体。
public void AddFont(Stream stream)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | 流 | 包含字体的流。 |
另请参阅
- class FontsSubsystem
- namespace Aspose.Note.Fonts
- assembly Aspose.Note
AddFont(string)
添加字体。
public void AddFont(string file)
| 参数 | 类型 | 描述 |
|---|---|---|
| 文件 | String | 包含字体的文件路径。 |
另请参阅
- class FontsSubsystem
- namespace Aspose.Note.Fonts
- assembly Aspose.Note