Skip to content

Commit 00e5c5f

Browse files
committed
Update BitmapTextSize.js
1 parent ee01d36 commit 00e5c5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gameobjects/bitmaptext/typedefs/BitmapTextSize.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @property {Phaser.Types.GameObjects.BitmapText.BitmapTextLines} lines - Data about the lines of text within the BitmapText.
88
* @property {Phaser.Types.GameObjects.BitmapText.BitmapTextCharacter[]} characters - An array containing per-character data. Only populated if `includeChars` is `true` in the `getTextBounds` call.
99
* @property {Phaser.Types.GameObjects.BitmapText.BitmapTextWord[]} words - An array containing the word data from the BitmapText.
10+
* @property {number} scale - The scale of the BitmapText font being rendered vs. font size in the text data.
1011
* @property {number} scaleX - The scale X value of the BitmapText.
1112
* @property {number} scaleY - The scale Y value of the BitmapText.
1213
* @property {string} wrappedText - The wrapped text, if wrapping enabled and required.

0 commit comments

Comments
 (0)