Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF metodo

PsDocument::ConvertType1FontToTTF method

Converte il font Type 1 in TrueType. Il nome del font TTF convertito sarà lo stesso del font Type 1 di input con estensione “.ttf”. Il file TTF sarà salvato nella directory di output assegnata.

void Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF(System::String type1FontFilePath, System::String outputDir)
ParametroTipoDescrizione
type1FontFilePathSystem::StringIl percorso del file del font Type 1.
outputDirSystem::StringDirectory di output dove salvare il font TrueType risultante.

Vedi anche