BoundingBox.getCharBoundingBox

Get the bounding box of a character in the text.

mixintemplate BoundingBox()
int[]
getCharBoundingBox
()

Parameters

charIndex int

The index of the character to get the bounding box of.

Return Value

Type: int[]

An int array representing the bounding box in pixels.

Meta