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