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)
| Parameter | Type | الوصف |
|---|---|---|
| type3FontFilePath | System::String | مسار ملف خط Type 3. |
| outputStream | System::SharedPtr<System::IO::Stream> | دفق الإخراج حيث يتم حفظ الخط TrueType الناتج. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class Stream
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| Parameter | Type | الوصف |
|---|---|---|
| type3FontFilePath | System::String | مسار ملف خط Type 3. |
| outputDir | System::String | دليل الإخراج حيث يتم حفظ الخط TrueType الناتج. |
انظر أيضًا
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++