Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF طريقة

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

يحوّل خط Type 3 إلى تدفق TrueType.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeالوصف
type3FontFilePathSystem::Stringمسار ملف خط Type 3.
outputStreamSystem::SharedPtr<System::IO::Stream>دفق الإخراج حيث يتم حفظ الخط TrueType الناتج.

انظر أيضًا

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

يحوّل خط Type 3 إلى TrueType. سيكون اسم خط TTF المحوّل هو نفسه اسم ملف خط Type 3 المدخل مع امتداد ".ttf". سيتم حفظ ملف TTF في الدليل المخصص للإخراج.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
ParameterTypeالوصف
type3FontFilePathSystem::Stringمسار ملف خط Type 3.
outputDirSystem::Stringدليل الإخراج حيث يتم حفظ الخط TrueType الناتج.

انظر أيضًا