Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF metodo

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

Converte il font Type 3 in flusso TrueType.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
ParametroTipoDescrizione
type3FontFilePathSystem::StringIl percorso del file del font Type 3.
outputStreamSystem::SharedPtr<System::IO::Stream>Flusso di output dove salvare il font TrueType risultante.

Vedi anche

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

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

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
ParametroTipoDescrizione
type3FontFilePathSystem::StringIl percorso del file del font Type 3.
outputDirSystem::StringDirectory di output dove salvare il font TrueType risultante.

Vedi anche