Allows to build a font bitmap to be used by h2d.Text. Only some platforms support such runtime Font building and the result in terms of font quality, antialiasing, etc might vary depending on the platform. It is recommended to use offline BitmapFont instead, read https://heaps.io/documentation/text.html

Constructor

new(entry:FileEntry)

Methods

build(size:Int, ?options:FontBuildOptions):Font

Inherited Variables

Defined by Resource

read onlyentry:FileEntry

read onlyname:String

Inherited Methods

Defined by Resource

watch(onChanged:Null<() ‑> Void>):Void