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)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Stream to save the font.

See Also