Skip to content

Commit 56a78ab

Browse files
committed
Adds kerning property to BitmapText
2 parents d6265a5 + d8e378b commit 56a78ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ being passed to the simulation. The default value is 1 to remain consistent with
1919
* HTML5AudioSound.setVolume is a chainable way to set the volume of a single Sound instance.
2020
* HTML5AudioSound.setSeek is a chainable way to set seek to a point of a single Sound instance.
2121
* HTML5AudioSound.setLoop is a chainable way to set the loop state of a single Sound instance.
22+
* A new property was added to BitmapText, 'kerning' which accepts a positive or negative number to add/reduce spacing in between characters.
2223

2324
### Bug Fixes
2425

0 commit comments

Comments
 (0)