We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085efa3 commit 9e49b30Copy full SHA for 9e49b30
1 file changed
src/gameobjects/bitmaptext/GetBitmapTextSize.js
@@ -45,6 +45,7 @@
45
*
46
* @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText)} src - The BitmapText to calculate the position, width and height of.
47
* @param {boolean} round - Whether to round the results to the nearest integer.
48
+ *
49
* @return {BitmapTextSize} The calculated position, width and height of the BitmapText.
50
*/
51
var GetBitmapTextSize = function (src, round)
0 commit comments