Skip to content
FunctionUI & Typography@public

parseBmFontXml

Parse AngelCode BMFont XML into the structure expected by Pixi BitmapFont.

ts
export declare function parseBmFontXml(xmlText: string): FlxBmFontData

Parameters

ParameterTypeDescription
xmlTextstring-

Returns

FlxBmFontData

Released under the MIT License.