Interface IFontSaver

IFontSaver interface

Defines an interface for Font save functionality.

public interface IFontSaver

Methods

NameDescription
Save(Stream)Saves the Font into original format.
Save(string)Saves the Font into original format.
SaveToFormat(Stream, FontSavingFormats)Saves the Font into format specified.

See Also