Méthode Aspose::Font::IFontSaver::Save
IFontSaver::Save(System::SharedPtr<System::IO::Stream>) method
Enregistre le Font dans le format original.
virtual void Aspose::Font::IFontSaver::Save(System::SharedPtr<System::IO::Stream> stream)=0
| Paramètre | Type | Description |
|---|---|---|
| flux | System::SharedPtr<System::IO::Stream> | flux pour enregistrer la police |
Voir aussi
- Typedef SharedPtr
- Class Stream
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++
IFontSaver::Save(System::String) method
Enregistre le Font dans le format original.
virtual void Aspose::Font::IFontSaver::Save(System::String fileName)=0
| Paramètre | Type | Description |
|---|---|---|
| fileName | System::String | fichier pour enregistrer la police |
Voir aussi
- Class String
- Class IFontSaver
- Namespace Aspose::Font
- Library Aspose.Font for C++