Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs method

XpsCanvas::InsertGlyphs method

Inserts new glyphs to this canvas’s child list at index position.

System::SharedPtr<XpsGlyphs> Aspose::Page::XPS::XpsModel::XpsCanvas::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 T coordinate.
unicodeStringSystem::StringString to be printed.

ReturnValue

Added glyphs.

See Also