Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF method

PsDocument::ConvertType1FontToTTF method

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

void Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF(System::String type1FontFilePath, System::String outputDir)
ParameterTypeDescription
type1FontFilePathSystem::StringThe Type 1 font file path.
outputDirSystem::StringOutput dir where to save resulting TrueType font.

See Also