Home

function: parseBitmapFontData


parseBitmapFontData(resource: PIXI.loaders.Resource, texture: PIXI.Texture): void

Register a BitmapText font from loader resource.

Params:

Name Type Attribute Description
resource

Loader resource.

texture

Reference to texture.

Returns:

void

  {
    "comment": "/**\n * Register a BitmapText font from loader resource.\n *\n * @function parseBitmapFontData\n * @memberof PIXI.loaders\n * @param {PIXI.loaders.Resource} resource - Loader resource.\n * @param {PIXI.Texture} texture - Reference to texture.\n */",
    "meta": {
        "range": [
            148,
            388
        ],
        "filename": "bitmapFontParser.js",
        "lineno": 6,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\loaders",
        "code": {}
    },
    "description": "

Register a BitmapText font from loader resource.

", "kind": "function", "name": "parseBitmapFontData", "memberof": "PIXI.loaders", "params": [ { "type": { "names": [ "PIXI.loaders.Resource" ] }, "description": "

Loader resource.

", "name": "resource" }, { "type": { "names": [ "PIXI.Texture" ] }, "description": "

Reference to texture.

", "name": "texture" } ], "scope": "static", "longname": "PIXI.loaders.parseBitmapFontData", "___id": "T000002R006030", "___s": true, "filepath": "loaders\\bitmapFontParser.js" }