Skip to content

vyaz-monorepo / core/src / SemanticFragment

Interface: SemanticFragment

Defined in: core/src/types/LayoutTypes.ts:173

Semantic span for snapshots (without physical metrics)

Properties

style?

optional style?: "normal" | "bold" | "italic"

Defined in: core/src/types/LayoutTypes.ts:177


text

text: string

Defined in: core/src/types/LayoutTypes.ts:174


width

width: number

Defined in: core/src/types/LayoutTypes.ts:176


x

x: number

Defined in: core/src/types/LayoutTypes.ts:175

Released under the MIT License.