Skip to main content

Interface: LatexToken

Defined in: components/latex/src/geometry.ts:39

A single rendered glyph or shape with its character key and path commands.

Properties

path

path: PathCommand[]

Defined in: components/latex/src/geometry.ts:42


token

token: string

Defined in: components/latex/src/geometry.ts:41

Character this token represents, or a synthetic key for non-glyph shapes.