Aspose::Font::IFontSaver classe
IFontSaver class
Definisce un’interfaccia per la funzionalità di salvataggio del Font.
class IFontSaver : public virtual System::Object
Metodi
| Metodo | Descrizione |
|---|---|
| virtual Save(System::SharedPtr<System::IO::Stream>) | Salva il Font nel formato originale. |
| virtual Save(System::String) | Salva il Font nel formato originale. |
| virtual SaveToFormat(System::SharedPtr<System::IO::Stream>, FontSavingFormats) | Salva il Font nel formato specificato. |
Vedi anche
- Class Object
- Namespace Aspose::Font
- Library Aspose.Font for C++