Handbook
Glossary
image-text-ex ( font text fontSize spacing tint -- Image )
Vocabulary
raylib
Inputs
font
a
Font
text
a
c-string
fontSize
a
float
spacing
a
float
tint
a
Color
Outputs
Image
a
Image
Word description
Create an image from text (custom sprite font)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-text-ex
Image
ImageTextEx
(
Font
font,
c-string
text,
float
fontSize,
float
spacing,
Color
tint )