insert_glyphs method

insert_glyphs

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

Returns

Added glyphs.

def insert_glyphs(self, index, font_family, font_size, font_style, origin_x, origin_y, unicode_string):
    ...
ParameterTypeDescription
indexintPosition at which new glyphs should be inserted.
font_familystrFont family.
font_sizefloatFont size.
font_styleaspose.pydrawing.FontStyleFont style.
origin_xfloatGlyphs origin X coordinate.
origin_yfloatGlyphs origin T coordinate.
unicode_stringstrString to be printed.

See Also