Aspose::Page::XPS::XpsDocument::InsertGlyphs method

XpsDocument::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method

index स्थिति पर सक्रिय पृष्ठ में नए ग्लिफ़्स सम्मिलित करता है।

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
पैरामीटरप्रकारविवरण
सूचकांकint32_tस्थिति जहाँ नए ग्लिफ़ सम्मिलित किए जाने चाहिए।
fontSystem::SharedPtr<XpsModel::XpsFont>Font संसाधन।
fontSizefloatFont आकार।
originXफ़्लोटग्लिफ़्स मूल X निर्देशांक।
originYफ़्लोटग्लिफ़्स मूल Y निर्देशांक।
unicodeStringSystem::Stringप्रिंट करने के लिए स्ट्रिंग।

ReturnValue

सम्मिलित ग्लिफ़।

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

XpsDocument::InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) method

index स्थिति पर सक्रिय पृष्ठ में नए ग्लिफ़्स सम्मिलित करता है।

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
पैरामीटरप्रकारविवरण
सूचकांकint32_tस्थिति जहाँ नए ग्लिफ़ सम्मिलित किए जाने चाहिए।
fontFamilySystem::StringFont परिवार।
fontSizefloatFont आकार।
fontStyleSystem::Drawing::FontStyleFont शैली।
originXफ़्लोटग्लिफ़्स मूल X निर्देशांक।
originYफ़्लोटग्लिफ़्स मूल Y निर्देशांक।
unicodeStringSystem::Stringप्रिंट करने के लिए स्ट्रिंग।

ReturnValue

सम्मिलित ग्लिफ़।

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