FontsSubsystem.AddFont
AddFont(Stream, string)
フォントを追加します。
public void AddFont(Stream stream, string tempFolder)
| パラメータ | タイプ | 説明 |
|---|---|---|
| stream | Stream | フォントを含むストリーム。 |
| tempFolder | String | 一時フォルダー. |
関連項目
- class FontsSubsystem
- 名前空間 Aspose.Note.Fonts
- 組み立て Aspose.Note
AddFont(Stream)
フォントを追加します。
public void AddFont(Stream stream)
| パラメータ | タイプ | 説明 |
|---|---|---|
| stream | Stream | フォントを含むストリーム。 |
関連項目
- class FontsSubsystem
- 名前空間 Aspose.Note.Fonts
- 組み立て Aspose.Note
AddFont(string)
フォントを追加します。
public void AddFont(string file)
| パラメータ | タイプ | 説明 |
|---|---|---|
| file | String | フォントを含むファイルへのパス。 |
関連項目
- class FontsSubsystem
- 名前空間 Aspose.Note.Fonts
- 組み立て Aspose.Note