Aspose::Font::IFontSaver class

IFontSaver class

Defines an interface for Font save functionality.

class IFontSaver : public virtual System::Object

Methods

MethodDescription
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