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

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

Inserts new glyphs to the active page at index position.

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)
ParameterTypeDescription
indexint32_tPosition at which new glyphs should be inserted.
fontSystem::SharedPtr<XpsModel::XpsFont>Font resource.
fontSizefloatFont size.
originXfloatGlyphs origin X coordinate.
originYfloatGlyphs origin Y coordinate.
unicodeStringSystem::StringString to be printed.

ReturnValue

Inserted glyphs.

See Also

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

Inserts new glyphs to the active page at index position.

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)
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