readyUi

fnvoid readyUi(UiFont font = null, int fontScale = 1) @trusted

Initializes the microui context and sets temporary text size functions. Value font should be a FontId*.

fnvoid readyUi(int fontScale)

Initializes the microui context and sets temporary text size functions.

fnvoid readyUi(FontId font, int fontScale = 1)

Initializes the microui context and sets temporary text size functions.