طريقة Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF
PsDocument::ConvertType1FontToTTF method
يحوّل خط Type 1 إلى TrueType. سيكون اسم خط TTF المحوّل هو نفسه اسم خط Type 1 المدخل مع امتداد ".ttf". سيتم حفظ ملف TTF في الدليل المخصص للإخراج.
void Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF(System::String type1FontFilePath, System::String outputDir)
| Parameter | Type | الوصف |
|---|---|---|
| type1FontFilePath | System::String | مسار ملف خط Type 1. |
| outputDir | System::String | دليل الإخراج حيث يتم حفظ الخط TrueType الناتج. |
انظر أيضًا
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++