Skip to content

Intermact API Reference / @intermact/core / LatexObjectProps

Interface: LatexObjectProps

Defined in: packages/core/src/text/latex.ts:22

Authoring props for MathJax LaTeX layout (via AssetManager.latex).

Extends

Properties

align?

readonly optional align?: "center" | "left" | "right"

Defined in: packages/core/src/text/latex.ts:27


engine?

readonly optional engine?: "mathjax"

Defined in: packages/core/src/text/latex.ts:24


fill?

readonly optional fill?: string

Defined in: packages/core/src/text/text-layout.ts:246

Inherited from

GlyphStyleProps.fill


origin?

readonly optional origin?: AbsXY

Defined in: packages/core/src/text/latex.ts:26


partKey?

readonly optional partKey?: (token) => string

Defined in: packages/core/src/text/latex.ts:28

Parameters

token

LatexToken

Returns

string


size?

readonly optional size?: number

Defined in: packages/core/src/text/latex.ts:25


stroke?

readonly optional stroke?: string

Defined in: packages/core/src/text/text-layout.ts:247

Inherited from

GlyphStyleProps.stroke


strokeWidth?

readonly optional strokeWidth?: number

Defined in: packages/core/src/text/text-layout.ts:248

Inherited from

GlyphStyleProps.strokeWidth


style?

readonly optional style?: ObjectStyle

Defined in: packages/core/src/text/text-layout.ts:249

Inherited from

GlyphStyleProps.style


tex

readonly tex: string

Defined in: packages/core/src/text/latex.ts:23

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)