Skip to content

vyaz-monorepo / core/src / ParagraphLayoutResult

Interface: ParagraphLayoutResult

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

Properties

contentHeight

contentHeight: number

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

Actual content height (text bbox)


contentWidth

contentWidth: number

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

Actual content width (text bbox, without voids)


height

height: number

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


lines

lines: Line[]

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


warnings?

optional warnings?: LayoutWarning[]

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

Non-fatal issues (e.g. font fallback/substitution).


width

width: number

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

Released under the MIT License.