Phaser API Documentation

  Version: 
BitmapTextLines

Description:

Details about the line data in the BitmapTextSize object.

Properties:
name type description
shortest number

The width of the shortest line of text.

longest number

The width of the longest line of text.

height number

The height of a line of text.

lengths Array.<number>

An array where each entry contains the length of that line of text.

Type:
object