UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

11 lines (10 loc) 311 B
/** * Font metrics for a Text Style object. * * @typedef {object} Phaser.Types.GameObjects.Text.TextMetrics * @since 3.0.0 * * @property {number} ascent - The ascent of the font. * @property {number} descent - The descent of the font. * @property {number} fontSize - The size of the font. */