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 फ़ॉन्ट रिसोर्स।
संबंधित देखें
- Typedef SharedPtr
- Class XpsFont
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| fontFamily | System::String | फ़ॉन्ट परिवार। |
| fontStyle | System::Drawing::FontStyle | फ़ॉन्ट स्टाइल। |
ReturnValue
नया TrueType फ़ॉन्ट रिसोर्स।
संबंधित देखें
- Typedef SharedPtr
- Class XpsFont
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++