Aspose::Font::IFontSaver::Save-Methode
IFontSaver::Save(System::SharedPtr<System::IO::Stream>) method
Speichert die Font im Originalformat.
virtual void Aspose::Font::IFontSaver::Save(System::SharedPtr<System::IO::Stream> stream)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | System::SharedPtr<System::IO::Stream> | Stream zum Speichern des Font |
Siehe auch
- Typedef SharedPtr
- Class Stream
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++
IFontSaver::Save(System::String) method
Speichert die Font im Originalformat.
virtual void Aspose::Font::IFontSaver::Save(System::String fileName)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| fileName | System::String | Datei zum Speichern des Font |
Siehe auch
- Class String
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++