Phaser API Documentation

  Version: 
LocalBitmapTextSize

Description:

The position and size of the Bitmap Text in local space, taking just the font size into account.

Properties:
name type description
x number

The x position of the BitmapText.

y number

The y position of the BitmapText.

width number

The width of the BitmapText.

height number

The height of the BitmapText.

Type:
object