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)
पैरामीटरप्रकारविवरण
type3FontFilePathSystem::StringType 3 फ़ॉन्ट फ़ाइल पथ।
outputStreamSystem::SharedPtr<System::IO::Stream>आउटपुट स्ट्रीम जहाँ परिणामी TrueType फ़ॉन्ट को सहेजा जाता है।

संबंधित देखें

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)
पैरामीटरप्रकारविवरण
type3FontFilePathSystem::StringType 3 फ़ॉन्ट फ़ाइल पथ।
outputDirSystem::Stringआउटपुट डायरेक्टरी जहाँ परिणामी TrueType फ़ॉन्ट को सहेजा जाता है।

संबंधित देखें