Handbook
Glossary
gen-image-text ( width height text -- Image )
Vocabulary
raylib
Inputs
width
an
int
height
an
int
text
a
c-string
Outputs
Image
a
Image
Word description
Generate image: text
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-image-text
Image
GenImageText (
int
width,
int
height,
c-string
text )