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

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

Konvertiert Type‑3‑Schriftart in TrueType‑Stream.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypBeschreibung
type3FontFilePathSystem::StringDer Dateipfad der Type‑3‑Schriftart.
outputStreamSystem::SharedPtr<System::IO::Stream>Ausgabestream, in dem die resultierende TrueType‑Schrift gespeichert wird.

Siehe auch

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

Konvertiert Type‑3‑Schriftart zu TrueType. Der Name der konvertierten TTF‑Schrift wird derselbe sein wie die Eingabe‑Type‑3‑Schriftdatei mit der Erweiterung “.ttf”. Die TTF‑Datei wird im zugewiesenen Ausgabeverzeichnis gespeichert.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
ParameterTypBeschreibung
type3FontFilePathSystem::StringDer Dateipfad der Type‑3‑Schriftart.
outputDirSystem::StringAusgabeverzeichnis, in dem die resultierende TrueType‑Schrift gespeichert wird.

Siehe auch