public interface IFontSaver
Defines an interface for Font save functionality.
| Modifier and Type | Method and Description |
|---|---|
void |
save(OutputStream stream)
Saves the Font into original format.
|
void |
save(String fileName)
Saves the Font into original format.
|
void |
saveToFormat(OutputStream stream,
FontSavingFormats outFormat)
Saves the Font into format specified.
|
void save(OutputStream stream)
Saves the Font into original format.
stream - stream to save fontvoid save(String fileName)
Saves the Font into original format.
fileName - file to save fontvoid saveToFormat(OutputStream stream, FontSavingFormats outFormat) throws IOException
Saves the Font into format specified.
stream - stream to save fontoutFormat - desired formatIOException - when there's a problem while saving.Copyright © 2025 Aspose. All Rights Reserved.