PIXI.IBitmapFontOptions

interface IBitmapFontOptions

Summary


Properties from IBitmapFontOptions

Public Properties


chars BitmapFont.ts:27
chars: string | (string | string[])[] = PIXI.BitmapFont.ALPHANUMERIC

The character set to generate.

padding BitmapFont.ts:39
padding: number = 4

The padding between glyphs in the atlas.

resolution BitmapFont.ts:33
resolution: number = 1

The resolution for rendering.

textureHeight BitmapFont.ts:51
textureHeight: number = 512

The height of the texture atlas.

textureWidth BitmapFont.ts:45
textureWidth: number = 512

The width of the texture atlas.


Powered by webdoc!