Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
chars |
string | Array |
<optional> |
PIXI.BitmapFont.ALPHANUMERIC |
the character set to generate |
padding |
number |
<optional> |
4 |
the padding between glyphs in the atlas |
resolution |
number |
<optional> |
1 |
the resolution for rendering |
textureHeight |
number |
<optional> |
512 |
the height of the texture atlas |
textureWidth |
number |
<optional> |
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