Handbook
Glossary
draw-text ( text posX posY fontSize color -- )
Vocabulary
raylib
Inputs
text
a
c-string
posX
an
int
posY
an
int
fontSize
an
int
color
a
Color
Outputs
None
Word description
Draw text (using default font)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-text
void DrawText
(
c-string
text,
int
posX,
int
posY,
int
fontSize,
Color
color )