Handbook
Glossary
image-text ( text fontSize color -- Image )
Vocabulary
raylib
Inputs
text
a
c-string
fontSize
an
int
color
a
Color
Outputs
Image
a
Image
Word description
Create an image from text (default font)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-text
Image ImageText
(
c-string
text,
int
fontSize,
Color
color )