AfmGlyphMetric

Overview

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

AfmGlyphMetric properties expose glyph name, code point, advance width, and bounding box for a glyph defined in an AFM file.

Properties: advance_width, bbox, code, name.

Properties

NameTypeAccessDescription
namestrRead/WriteGets or sets the name.
codeintRead/WriteGets or sets the code.
advance_widthintRead/WriteGets or sets the advance width.
bboxtuple[int, int, int, int]Read/WriteGets or sets the bbox.

See Also