Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs method
XpsCanvas::InsertGlyphs method
इस कैनवास की चाइल्ड सूची में index स्थिति पर नए glyphs सम्मिलित करता है।
System::SharedPtr<XpsGlyphs> Aspose::Page::XPS::XpsModel::XpsCanvas::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 | फ़्लोट | ग्लिफ़ का मूल T निर्देशांक। |
| unicodeString | System::String | प्रिंट करने के लिए स्ट्रिंग। |
ReturnValue
जोड़े गए ग्लिफ़्स।
संबंधित देखें
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++