Aspose::Font::IFontSaver class
IFontSaver class
Defines an interface for Font save functionality.
class IFontSaver : public virtual System::Object
Methods
Method | Description |
---|---|
virtual Save(System::SharedPtr<System::IO::Stream>) | Saves the Font into original format. |
virtual Save(System::String) | Saves the Font into original format. |
virtual SaveToFormat(System::SharedPtr<System::IO::Stream>, FontSavingFormats) | Saves the Font into format specified. |
See Also
- Class Object
- Namespace Aspose::Font
- Library Aspose.Font for C++