GlyphLayout

Overview

GlyphLayout is a class in Aspose.Font FOSS for Python.

A single glyph positioned in world-space layout coordinates.

Properties: advance_width, char, glyph_id, path, x_offset, y_offset.

Properties

NameTypeAccessDescription
charstrRead/WriteGets or sets the char.
glyph_idGlyphIdRead/WriteGets or sets the glyph id.
x_offsetfloatRead/WriteGets or sets the x offset.
y_offsetfloatRead/WriteGets or sets the y offset.
advance_widthfloatRead/WriteGets or sets the advance width.
pathGlyphPath | NoneRead/WriteGets or sets the path.

See Also