Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF method
isi
[
bersembunyi
]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)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| type3FontFilePath | System::String | Jalur file font Type 3. |
| outputStream | System::SharedPtr<System::IO::Stream> | Aliran output tempat menyimpan font TrueType yang dihasilkan. |
Lihat Juga
- Class String
- Typedef SharedPtr
- Class Stream
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| type3FontFilePath | System::String | Jalur file font Type 3. |
| outputDir | System::String | Direktori output tempat menyimpan font TrueType yang dihasilkan. |
Lihat Juga
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++