Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
image-draw-text ( dst position text fontSize color -- )
Vocabulary
raylib.ffi
Inputs and outputs
dst
an
object
position
an
object
text
an
object
fontSize
an
object
color
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
image-draw-text
void
ImageDrawText
( Image* dst,
Vector2
position,
c-string
text,
int
fontSize,
Color
color )