File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 * @since 3.0.0
1212 *
1313 * @param {Phaser.GameObjects.Text } text - The Text object to calculate the size from.
14- * @param {Phaser.GameObjects.Text.Types .TextMetrics } size - The Text metrics to use when calculating the size.
14+ * @param {Phaser.Types. GameObjects.Text.TextMetrics } size - The Text metrics to use when calculating the size.
1515 * @param {array } lines - The lines of text to calculate the size from.
1616 *
1717 * @return {object } An object containing dimensions of the Text object.
Original file line number Diff line number Diff line change 11/**
22 * Font metrics for a Text Style object.
33 *
4- * @typedef {object } Phaser.GameObjects.Text.Types .TextMetrics
4+ * @typedef {object } Phaser.Types. GameObjects.Text.TextMetrics
55 * @since 3.0.0
66 *
77 * @property {number } ascent - The ascent of the font.
Original file line number Diff line number Diff line change 55 */
66
77/**
8- * @namespace Phaser.GameObjects.Text.Types
8+ * @namespace Phaser.Types. GameObjects.Text
99 */
You can’t perform that action at this time.
0 commit comments