Aspose::Page::XPS::XpsDocument::CreateFont method

XpsDocument::CreateFont(System::SharedPtr<System::IO::Stream>) method

स्ट्रीम से एक नया TrueType फ़ॉन्ट संसाधन बनाता है।

System::SharedPtr<XpsModel::XpsFont> Aspose::Page::XPS::XpsDocument::CreateFont(System::SharedPtr<System::IO::Stream> stream)
पैरामीटरप्रकारविवरण
स्ट्रीमSystem::SharedPtr<System::IO::Stream>संसाधन के रूप में लेने के लिए ICC प्रोफ़ाइल युक्त स्ट्रीम।

ReturnValue

नया TrueType फ़ॉन्ट रिसोर्स।

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

XpsDocument::CreateFont(System::String, System::Drawing::FontStyle) method

एक नया TrueType फ़ॉन्ट संसाधन बनाता है।

System::SharedPtr<XpsModel::XpsFont> Aspose::Page::XPS::XpsDocument::CreateFont(System::String fontFamily, System::Drawing::FontStyle fontStyle)
पैरामीटरप्रकारविवरण
fontFamilySystem::Stringफ़ॉन्ट परिवार।
fontStyleSystem::Drawing::FontStyleफ़ॉन्ट स्टाइल।

ReturnValue

नया TrueType फ़ॉन्ट रिसोर्स।

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