API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classBmFontLoaderFactory
@codexo/exojs / resources / stable
Factory that loads a BmFont bundle: parses the `.fnt` descriptor and loads all referenced page textures via the owning Loader so they benefit from the same caching and IDB strategy as other assets.
1
props
5
methods
0
events
Import
import { BmFontLoaderFactory } from '@codexo/exojs' Factory that loads a BmFont bundle: parses the `.fnt` descriptor and loads all referenced page textures via the owning Loader so they benefit from the same caching and IDB strategy as other assets.
Constructors 1
new(loader: Loader): BmFontLoaderFactory Methods 5
create(source: unknown): Promise<BmFont> createObjectUrl(blob: Blob): string destroy(): void process(response: Response): Promise<object> revokeObjectUrl(objectUrl: string): void Properties 1
storageName: "bmfont" Source