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स्थिति जहाँ नए ग्लिफ़ सम्मिलित किए जाने चाहिए।
fontSystem::SharedPtr<XpsModel::XpsFont>Font संसाधन।
fontSizefloatFont आकार।
originXफ़्लोटग्लिफ़्स मूल X निर्देशांक।
originYफ़्लोटग्लिफ़्स मूल Y निर्देशांक।
unicodeStringSystem::Stringप्रिंट करने के लिए स्ट्रिंग।

ReturnValue

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

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

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स्थिति जहाँ नए ग्लिफ़ सम्मिलित किए जाने चाहिए।
fontFamilySystem::StringFont परिवार।
fontSizefloatFont आकार।
fontStyleSystem::Drawing::FontStyleFont शैली।
originXफ़्लोटग्लिफ़्स मूल X निर्देशांक।
originYफ़्लोटग्लिफ़्स मूल Y निर्देशांक।
unicodeStringSystem::Stringप्रिंट करने के लिए स्ट्रिंग।

ReturnValue

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

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