Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF method
अंतर्वस्तु
[
छिपाना
]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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| 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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| type3FontFilePath | System::String | Type 3 फ़ॉन्ट फ़ाइल पथ। |
| outputDir | System::String | आउटपुट डायरेक्टरी जहाँ परिणामी TrueType फ़ॉन्ट को सहेजा जाता है। |
संबंधित देखें
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++