Phaser API Documentation

  Version: 
setLetterSpacing([spacing])

Description:

Sets the letter spacing between each character of this Bitmap Text. Can be a positive value to increase the space, or negative to reduce it. Spacing is applied after the kerning values have been set.

Parameters:

name type arguments description
spacing number <optional>

The amount of horizontal space to add between each character.

Returns:
Description:

This BitmapText Object.