Aspose::Pdf::Text::Font::Save method
Font::Save method
Saves the font into the stream. Note that the font is saved to intermediate TTF format intended to be used in a converted copy of the original document only. The font file is not intended to be used outside the original document context.
void Aspose::Pdf::Text::Font::Save(System::SharedPtr<System::IO::Stream> stream)
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Stream to save the font. |
See Also
- Typedef SharedPtr
- Class Stream
- Class Font
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++