mirror of
https://github.com/photonstorm/phaser
synced 2024-11-30 16:39:34 +00:00
Improved some GetBitmapTextSize descriptions.
This commit is contained in:
parent
efaff363aa
commit
8a7f381a28
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@
|
|||
* @since 3.0.0
|
||||
* @private
|
||||
*
|
||||
* @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText)} src - The BitmapText object to inspect.
|
||||
* @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText)} src - The BitmapText to calculate the position, width and height of.
|
||||
* @param {boolean} round - Whether to round the results to the nearest integer.
|
||||
* @return {BitmapTextSize} The calculated
|
||||
* @return {BitmapTextSize} The calculated position, width and height of the BitmapText.
|
||||
*/
|
||||
var GetBitmapTextSize = function (src, round)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue