Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF method
İçindekiler
[
Saklamak
]PsDocument::ConvertType3FontToTTF(System::String, System::SharedPtr<System::IO::Stream>) method
Type 3 yazı tipini TrueType akışına dönüştürür.
void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
| Parameter | Type | Açıklama |
|---|---|---|
| type3FontFilePath | System::String | Type 3 yazı tipi dosya yolu. |
| outputStream | System::SharedPtr<System::IO::Stream> | Sonuç TrueType yazı tipinin kaydedileceği çıktı akışı. |
Ayrıca Bakınız
- 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 yazı tipini TrueType‘a dönüştürür. Dönüştürülen TTF yazı tipinin adı, ".ttf" uzantılı giriş Type 3 yazı tipi dosyasıyla aynı olacaktır. TTF dosyası atanmış çıkış dizinine kaydedilecektir.
void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
| Parameter | Type | Açıklama |
|---|---|---|
| type3FontFilePath | System::String | Type 3 yazı tipi dosya yolu. |
| outputDir | System::String | Sonuç TrueType yazı tipinin kaydedileceği çıktı dizini. |
Ayrıca Bakınız
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++