phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.34k stars 491 forks source link

Add letterSpacing property to BitmapText #599

Closed rroylance closed 5 years ago

rroylance commented 5 years ago

Back-ported BitmapText#letterSpacing property from Phaser 3 (https://github.com/photonstorm/phaser/pull/3480) (thanks @wtravO)

This PR

Describe the changes below: Adds a letterSpacing property to BitmapText to allow developer to add or remove spacing between characters.