textout_right_ex
Writes a right aligned string on a bitmap.
Description
Like textout_ex(), but interprets the x coordinate as the right rather
than the left edge of the string. Example:
textout_right_ex(screen, font, "Look at this color!",
SCREEN_W - 10, 10, my_yellow, -1);
Related Projects
The following projects include source code containing this keyword: