phaser - v4.0.0-rc.4
    Preparing search index...
    JSONBitmapText: JSONGameObject & {
        align: number;
        font: string;
        fontSize: number;
        letterSpacing: number;
        lineSpacing: number;
        text: string;
    }

    Type declaration

    • align: number

      The alignment of the text in a multi-line BitmapText object.

    • font: string

      The name of the font.

    • fontSize: number

      The size of the font.

    • letterSpacing: number

      Adds / Removes spacing between characters.

    • lineSpacing: number

      Adds / Removes spacing between lines in multi-line text.

    • text: string

      The text that this Bitmap Text displays.