Skip to content

Commit 8a7f381

Browse files
committed
Improved some GetBitmapTextSize descriptions.
1 parent efaff36 commit 8a7f381

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gameobjects/bitmaptext/GetBitmapTextSize.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
/**
3333
* Calculate the position, width and height of a BitmapText Game Object.
34-
*
34+
*
3535
* Returns a BitmapTextSize object that contains global and local variants of the Game Objects x and y coordinates and
3636
* its width and height.
3737
*
@@ -43,9 +43,9 @@
4343
* @since 3.0.0
4444
* @private
4545
*
46-
* @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText)} src - The BitmapText object to inspect.
46+
* @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText)} src - The BitmapText to calculate the position, width and height of.
4747
* @param {boolean} round - Whether to round the results to the nearest integer.
48-
* @return {BitmapTextSize} The calculated
48+
* @return {BitmapTextSize} The calculated position, width and height of the BitmapText.
4949
*/
5050
var GetBitmapTextSize = function (src, round)
5151
{

0 commit comments

Comments
 (0)