void PrintRight(int x, int y, int destimage, int font, string text)
Prints 'text' at (x,y), with right justification. If you pass 0 for the font handle, a builtin font will be used.
PrintRight(ImageWidth(screen)-1, ImageHeight(screen)-1, screen, MainFont, "Hello World!");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |