We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dfea01 + ce1577b commit 7deaa9eCopy full SHA for 7deaa9e
1 file changed
src/gameobjects/text/MeasureText.js
@@ -14,7 +14,7 @@ var CanvasPool = require('../../display/canvas/CanvasPool');
14
*
15
* @param {Phaser.GameObjects.TextStyle} textStyle - The TextStyle object to measure.
16
17
- * @return {object} An object containing the ascent, descent and fontSize of the TextStyle.
+ * @return {Phaser.Types.GameObjects.Text.TextMetrics} An object containing the ascent, descent and fontSize of the TextStyle.
18
*/
19
var MeasureText = function (textStyle)
20
{
0 commit comments