imguiDrawText

Draw text.

void
imguiDrawText
(
int xPos
,
int yPos
,,
const(char)[] text
,
RGBA color = defaultColorScheme.generic.text
)

Parameters

color RGBA

Optionally override the current default text color when creating this element.

Meta