Skip to content

GraphemeBBox

GraphemeBBox = object

Defined in: src/shapes/Text/Text.ts:83

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

Properties

angle?

optional angle: number

Defined in: src/shapes/Text/Text.ts:91


deltaY

deltaY: number

Defined in: src/shapes/Text/Text.ts:88


height

height: number

Defined in: src/shapes/Text/Text.ts:85


kernedWidth

kernedWidth: number

Defined in: src/shapes/Text/Text.ts:86


left

left: number

Defined in: src/shapes/Text/Text.ts:87


renderLeft?

optional renderLeft: number

Defined in: src/shapes/Text/Text.ts:89


renderTop?

optional renderTop: number

Defined in: src/shapes/Text/Text.ts:90


width

width: number

Defined in: src/shapes/Text/Text.ts:84