draw-text ( text posX posY fontSize color -- )


Vocabulary
raylib

Inputs
texta c-string
posXan int
posYan int
fontSizean int
colora Color


Outputs
None

Word description
Draw text (using default font)

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-text void DrawText
( c-string text, int posX, int posY, int fontSize, Color
color )