The alignment of the text.
import { TextStyle } from 'pixi.js';const style = new TextStyle({ align: 'center', // or 'left', 'right', 'justify'}); Copy
import { TextStyle } from 'pixi.js';const style = new TextStyle({ align: 'center', // or 'left', 'right', 'justify'});
The alignment of the text.