Handbook
Glossary
image-draw-text ( dst text posX posY fontSize color -- )
Vocabulary
raylib
Inputs
dst
a
pointer
to a
Image
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) within an image (destination)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-draw-text
void
ImageDrawText
( Image* dst,
c-string
text,
int
posX,
int
posY,
int
fontSize,
Color
color )