image-text-ex ( font text fontSize spacing tint -- Image )


Vocabulary
raylib

Inputs
fonta Font
texta c-string
fontSizea float
spacinga float
tinta Color


Outputs
Imagea Image


Word description
Create an image from text (custom sprite font)

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-text-ex Image
ImageTextEx
( Font font, c-string text, float fontSize, float spacing,
Color tint )