Overview
KernPair is a class in Aspose.Font FOSS for Python.
KernPair.left is the GlyphId of the left glyph in the kerning pair.
Properties: left, right, value.
Properties
| Name | Type | Access | Description |
|---|
left | GlyphId | Read | Gets the left. |
right | GlyphId | Read | Gets the right. |
value | int | Read | Gets the value. |
See Also