Glyph

Overview

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

Glyph.glyph_id identifies the glyph using its numeric GlyphId.

Properties: advance_width, glyph_id, glyph_name, lsb, path.

Properties

NameTypeAccessDescription
glyph_idGlyphIdRead/WriteGets or sets the glyph id.
glyph_namestr | NoneRead/WriteGets or sets the glyph name.
pathGlyphPath | NoneRead/WriteGets or sets the path.
advance_widthintRead/WriteGets or sets the advance width.
lsbintRead/WriteGets or sets the lsb.

See Also