GlyphPlacement

GlyphPlacement

Overview

GlyphPlacement is a class in Aspose.PDF FOSS for Python.

One shaped glyph at an em-relative position within a laid-out line.

Properties: font_index, gid, unicode_text, x, x_advance, y.

Properties

NameTypeAccessDescription
font_indexintReadGets the font index.
gidintReadGets the gid.
unicode_textstrReadGets the unicode text.
xfloatReadGets the x.
yfloatReadGets the y.
x_advancefloatReadGets the x advance.

See Also