create_glyphs method

create_glyphs

Creates new glyphs.

Returns

New glyphs.

def create_glyphs(self, font, font_rendering_em_size, origin_x, origin_y, unicode_string):
    ...
ParameterTypeDescription
fontaspose.page.xps.xpsmodel.XpsFontFont resource.
font_rendering_em_sizefloatFont size.
origin_xfloatGlyphs origin X coordinate.
origin_yfloatGlyphs origin Y coordinate.
unicode_stringstrString to be printed.

create_glyphs

Creates new glyphs.

Returns

New glyphs.

def create_glyphs(self, font_family, font_rendering_em_size, font_style, origin_x, origin_y, unicode_string):
    ...
ParameterTypeDescription
font_familystrFont family.
font_rendering_em_sizefloatFont size.
font_styleaspose.pydrawing.FontStyleFont style.
origin_xfloatGlyphs origin X coordinate.
origin_yfloatGlyphs origin Y coordinate.
unicode_stringstrString to be printed.

See Also