Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs method

PageAPI::InsertGlyphs(int32_t, System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsFont>, float, float, float, System::String) method

Inserts new glyphs to the page at index position.

System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs(int32_t index, System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
ParameterTypeDescription
indexint32_tPosition at which new glyphs should be inserted.
fontSystem::SharedPtr<Aspose::Page::XPS::XpsModel::XpsFont>Font resource.
fontSizefloatFont size.
originXfloatGlyphs origin X coordinate.
originYfloatGlyphs origin Y coordinate.
unicodeStringSystem::StringString to be printed.

ReturnValue

Inserted glyphs.

See Also

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

Inserts new glyphs to the page at index position.

System::SharedPtr<Aspose::Page::XPS::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)
ParameterTypeDescription
indexint32_tPosition at which new glyphs should be inserted.
fontFamilySystem::StringFont family.
fontSizefloatFont size.
fontStyleSystem::Drawing::FontStyleFont style.
originXfloatGlyphs origin X coordinate.
originYfloatGlyphs origin Y coordinate.
unicodeStringSystem::StringString to be printed.

ReturnValue

Inserted glyphs.

See Also