PIXI.BitmapFontLoader
class BitmapFontLoader
Loader middleware for loading bitmap-based fonts suitable for using with PIXI.BitmapText.
Constructor
new PIXI.BitmapFontLoader() → {}
Summary
Methods from BitmapFontLoader
| void |
|
| void |
|
Public Methods
static add() → {void}
Called when the plugin is installed.
| Type | Description |
|---|---|
| void |
static use(this: PIXI.Loader, resource: PIXI.LoaderResource, next: Function) → {void}
Called after a resource is loaded.
| Name | Type | Description |
|---|---|---|
| this | PIXI.Loader | |
| resource | PIXI.LoaderResource | |
| next | Function |
| Type | Description |
|---|---|
| void |