UNPKG

phaser

Version:

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

10 lines (9 loc) 432 B
/** * @typedef {object} Phaser.Types.GameObjects.BitmapText.BitmapTextConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 3.0.0 * * @property {string} [font=''] - The key of the font to use from the BitmapFont cache. * @property {string} [text=''] - The string, or array of strings, to be set as the content of this Bitmap Text. * @property {(number|false)} [size=false] - The font size to set. */