Skip to content

GraphemeBBox

GraphemeBBox = object

Defined in: shapes/Text/Text.ts:113

Measure and return the info of a single grapheme. needs the the info of previous graphemes already filled Override to customize measuring

optional angle?: number

Defined in: shapes/Text/Text.ts:121


deltaY: number

Defined in: shapes/Text/Text.ts:118


height: number

Defined in: shapes/Text/Text.ts:115


kernedWidth: number

Defined in: shapes/Text/Text.ts:116


left: number

Defined in: shapes/Text/Text.ts:117


optional renderLeft?: number

Defined in: shapes/Text/Text.ts:119


optional renderTop?: number

Defined in: shapes/Text/Text.ts:120


width: number

Defined in: shapes/Text/Text.ts:114