| Name | Type | Description |
|---|---|---|
args |
[unknown] | [TextString, TextStyle<Partial>] |
Example
import { Text } from 'pixi.js';
const text = new Text({
text: 'Hello Pixi!',
style: {
fontFamily: 'Arial',
fontSize: 24,
fill: 0xff1010,
align: 'center',
}
});
Implements
- View