Phaser API Documentation

  Version: 
BitmapTextWord

Description:

Details about a single world entry in the BitmapTextSize object words array.

Properties:
name type description
x number

The x position of the word in the BitmapText.

y number

The y position of the word in the BitmapText.

w number

The width of the word.

h number

The height of the word.

i number

The index of the word within the line.

word string

The word.

Type:
object