add_glyphs method

add_glyphs

Adds new glyphs to this canvas’s child list.

Returns

Added glyphs.

def add_glyphs(self, font_family, font_size, font_style, origin_x, origin_y, unicode_string):
    ...
ParameterTypeDescription
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