Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs विधि
अंतर्वस्तु
[
छिपाना
]PageAPI::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
पेज में index स्थिति पर नए ग्लिफ़्स डालता है।
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int32_t | स्थिति जहाँ नए ग्लिफ़ सम्मिलित किए जाने चाहिए। |
| font | System::SharedPtr<XpsModel::XpsFont> | Font संसाधन। |
| fontSize | float | Font आकार। |
| originX | फ़्लोट | ग्लिफ़्स मूल X निर्देशांक। |
| originY | फ़्लोट | ग्लिफ़्स मूल Y निर्देशांक। |
| unicodeString | System::String | प्रिंट करने के लिए स्ट्रिंग। |
ReturnValue
सम्मिलित ग्लिफ़।
संबंधित देखें
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) method
पेज में index स्थिति पर नए ग्लिफ़्स डालता है।
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int32_t | स्थिति जहाँ नए ग्लिफ़ सम्मिलित किए जाने चाहिए। |
| fontFamily | System::String | Font परिवार। |
| fontSize | float | Font आकार। |
| fontStyle | System::Drawing::FontStyle | Font शैली। |
| originX | फ़्लोट | ग्लिफ़्स मूल X निर्देशांक। |
| originY | फ़्लोट | ग्लिफ़्स मूल Y निर्देशांक। |
| unicodeString | System::String | प्रिंट करने के लिए स्ट्रिंग। |
ReturnValue
सम्मिलित ग्लिफ़।
संबंधित देखें
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++