FontBuilder allows to dynamicaly create a Bitmap font from a vector font. Depending on the platform this might require the font to be available as part of the resources, or it can be embedded manually with hxd.res.Embed.embedFont

Static methods

staticdispose():Void

staticgetFont(name:String, size:Int, ?options:Null<FontBuildOptions>):Null<Font>