Created
January 16, 2019 21:12
-
-
Save dnavarrom/5c5642545c6e4ca257b0b6f58c7b4755 to your computer and use it in GitHub Desktop.
PIXI text with spacing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| text = new PIXI.Text('TEST', { | |
| align: 'center', | |
| fill: 'rgba(255, 255, 255, .9)', | |
| fontSize: 30, | |
| fontWeight: 100, | |
| fontFamily: 'FuturaICG, Roboto, Tahoma, Geneva, sans-serif', | |
| letterSpacing: 100 | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment