pDrawText

Draw text (using default font)

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pDrawText = void function
(
const(char)* text
,
int posX
,
int posY
,,)

Meta