image-draw-text ( dst text posX posY fontSize color -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
texta c-string
posXan int
posYan int
fontSizean int
colora Color


Outputs
None

Word description
Draw text (using default font) within an image (destination)

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw-text void
ImageDrawText
( Image* dst, c-string text, int posX, int posY, int
fontSize, Color color )