move_str move string to the given points or coordinate of x and y.It also force you to give color to the string.It takes four arguments as follow
You can find complete list of all available colors in Cquery [here]
- X position
- Y position
- Color
- String
Syntax:
move_str(integer (x point),Integer (y point),color,string)
You can find complete list of all available colors in Cquery [here]
Example:
#include<cquery.h> void main(void) { move_str(15,10,"Blue","Hellow world"); }
No comments:
Post a Comment