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

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

Mengonversi font Type 3 menjadi aliran TrueType.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
ParameterTipeDeskripsi
type3FontFilePathSystem::StringJalur file font Type 3.
outputStreamSystem::SharedPtr<System::IO::Stream>Aliran output tempat menyimpan font TrueType yang dihasilkan.

Lihat Juga

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

Mengonversi font Type 3 ke TrueType. Nama font TTF yang dikonversi akan sama dengan file font Type 3 input dengan ekstensi “.ttf”. File TTF akan disimpan ke direktori output yang ditentukan.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
ParameterTipeDeskripsi
type3FontFilePathSystem::StringJalur file font Type 3.
outputDirSystem::StringDirektori output tempat menyimpan font TrueType yang dihasilkan.

Lihat Juga