XMLFormat
private class XMLFormat
BitmapFont format that's XML-based.
Constructor
new XMLFormat() → {}
Summary
Methods from XMLFormat
Public Methods
static parse(xml: XMLDocument) → {PIXI.BitmapFontData}
Convert the XML into BitmapFontData that we can use.
Name | Type | Description |
---|---|---|
xml | XMLDocument |
Type | Description |
---|---|
PIXI.BitmapFontData |
|
static test(data: unknown) → {boolean}
Check if resource refers to xml font data.
Name | Type | Description |
---|---|---|
data | unknown |
Type | Description |
---|---|
boolean |
|