Handbook
Glossary
image-draw-text-ex ( dst font text position fontSize spacing tint -- )
Vocabulary
raylib
Inputs
dst
a
pointer
to a
Image
font
a
Font
text
a
c-string
position
a
Vector2
fontSize
a
float
spacing
a
float
tint
a
Color
Outputs
None
Word description
Draw text (custom sprite font) within an image (destination)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-draw-text-ex
void
ImageDrawTextEx
( Image* dst,
Font
font,
c-string
text,
Vector2
position,
float
fontSize,
float
spacing,
Color
tint )