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 的流

另见

IFontSaver::Save(System::String) method

Font 保存为原始格式。

virtual void Aspose::Font::IFontSaver::Save(System::String fileName)=0
参数类型描述
fileNameSystem::String保存 font 的文件

另见