Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs मेथड

PageAPI::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method

नए Glyphs बनाता है।

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
पैरामीटरप्रकारविवरण
fontSystem::SharedPtr<XpsModel::XpsFont>Font संसाधन।
fontRenderingEmSizefloatFont आकार।
originXफ़्लोटग्लिफ़्स मूल X निर्देशांक।
originYफ़्लोटग्लिफ़्स मूल Y निर्देशांक।
unicodeStringSystem::Stringप्रिंट करने के लिए स्ट्रिंग।

ReturnValue

नए ग्लिफ़।

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

PageAPI::CreateGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method

नए Glyphs बनाता है।

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
पैरामीटरप्रकारविवरण
fontFamilySystem::StringFont परिवार।
fontRenderingEmSizefloatFont आकार।
fontStyleSystem::Drawing::FontStyleFont शैली।
originXफ़्लोटग्लिफ़्स मूल X निर्देशांक।
originYफ़्लोटग्लिफ़्स मूल Y निर्देशांक।
unicodeStringSystem::Stringप्रिंट करने के लिए स्ट्रिंग।

ReturnValue

नए ग्लिफ़।

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