Properties:
Name | Type | Default | Description |
---|---|---|---|
chars |
string | (string | string[])[] | PIXI.BitmapFont.ALPHANUMERIC |
The character set to generate. |
padding |
number | 4 |
The padding between glyphs in the atlas. |
resolution |
number | 1 |
The resolution for rendering. |
textureHeight |
number | 512 |
The height of the texture atlas. |
textureWidth |
number | 512 |
The width of the texture atlas. |
Members
The character set to generate.
- Default Value:
- PIXI.BitmapFont.ALPHANUMERIC
The padding between glyphs in the atlas.
- Default Value:
- 4
The resolution for rendering.
- Default Value:
- 1
The height of the texture atlas.
- Default Value:
- 512
The width of the texture atlas.
- Default Value:
- 512