Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF method

PsDocument::ConvertType3FontToTTF(System::String, System::SharedPtr<System::IO::Stream>) method

Converts Type 3 font to TrueType stream.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeDescription
type3FontFilePathSystem::StringThe Type 3 font file path.
outputStreamSystem::SharedPtr<System::IO::Stream>Output stream where to save resulting TrueType font.

See Also

PsDocument::ConvertType3FontToTTF(System::String, System::String) method

Converts Type 3 font to TrueType. The name of the converted TTF font will be the same as input Type 3 font file with “.ttf” extension. TTF file will be saved to assigned output directory.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
ParameterTypeDescription
type3FontFilePathSystem::StringThe Type 3 font file path.
outputDirSystem::StringOutput dir where to save resulting TrueType font.

See Also