XpsGlyphs

Overview

XpsGlyphs is a class in Aspose.Page FOSS for Python.

XPS glyphs element.

Properties: fill, font_size, font_uri, origin_x, origin_y, unicode_string.

Properties

NameTypeAccessDescription
font_uristrReadGets the font uri.
font_sizefloatReadGets the font size.
origin_xfloatReadGets the origin x.
origin_yfloatReadGets the origin y.
unicode_stringstrReadGets the unicode string.
fillstr | NoneReadGets the fill.

See Also