File tree Expand file tree Collapse file tree
src/gameobjects/bitmaptext/typedefs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 * @since 3.50.0
99 *
1010 * @property {number } i - The index of this character within the BitmapText text string.
11+ * @property {string } char - The character.
12+ * @property {number } code - The character code of the character.
1113 * @property {number } x - The x position of the character in the BitmapText.
1214 * @property {number } y - The y position of the character in the BitmapText.
1315 * @property {number } w - The width of the character.
1416 * @property {number } h - The height of the character.
15- * @property {string } char - The character.
16- * @property {number } code - The character code of the character.
17+ * @property {number } t - The top of the line this character is on.
18+ * @property {number } r - The right-most point of this character, including xAdvance.
19+ * @property {number } b - The bottom of the line this character is on.
1720 * @property {number } line - The line number the character appears on.
1821 * @property {Phaser.Types.GameObjects.BitmapText.BitmapFontCharacterData } glyph - Reference to the glyph object this character is using.
1922 */
You can’t perform that action at this time.
0 commit comments