Skip to content

Instantly share code, notes, and snippets.

@dnavarrom
Created January 16, 2019 21:12
Show Gist options
  • Select an option

  • Save dnavarrom/5c5642545c6e4ca257b0b6f58c7b4755 to your computer and use it in GitHub Desktop.

Select an option

Save dnavarrom/5c5642545c6e4ca257b0b6f58c7b4755 to your computer and use it in GitHub Desktop.
PIXI text with spacing
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