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
| Name | Type | Access | Description |
|---|---|---|---|
font_index | int | Read | Gets the font index. |
gid | int | Read | Gets the gid. |
unicode_text | str | Read | Gets the unicode text. |
x | float | Read | Gets the x. |
y | float | Read | Gets the y. |
x_advance | float | Read | Gets the x advance. |