Intermact API Reference / @intermact/core / Glyph
Interface: Glyph
Defined in: packages/core/src/text/glyph.ts:7
A laid-out glyph: filled contours in the normalized em box + horizontal advance.
Properties
advance
readonlyadvance:number
Defined in: packages/core/src/text/glyph.ts:10
Horizontal advance in em units (same scale as contour coordinates).
contours
readonlycontours: readonlyRawContour[]
Defined in: packages/core/src/text/glyph.ts:8