Aspose::Font::IFontSaver::Save 方法
IFontSaver::Save(System::SharedPtr<System::IO::Stream>) method
将 Font 保存为原始格式。
virtual void Aspose::Font::IFontSaver::Save(System::SharedPtr<System::IO::Stream> stream)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | System::SharedPtr<System::IO::Stream> | 保存 font 的流 |
另见
- Typedef SharedPtr
- Class Stream
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++
IFontSaver::Save(System::String) method
将 Font 保存为原始格式。
virtual void Aspose::Font::IFontSaver::Save(System::String fileName)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| fileName | System::String | 保存 font 的文件 |
另见
- Class String
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++