1gui_textout_ex(3) Allegro manual gui_textout_ex(3)
2
3
4
6 gui_textout_ex - Draws a text string onto the screen with keyboard
7 shortcut underbars. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 int gui_textout_ex(BITMAP *bmp, const char *s, int x, y, color, bg,
14 centre);
15
17 Helper function for use by the GUI routines. Draws a text string onto
18 the screen, interpreting the '&' character as an underbar for display‐
19 ing keyboard shortcuts. Returns the width of the output string in pix‐
20 els.
21
22
24 gui_strlen(3)
25
26
27
28Allegro version 4.4.2 gui_textout_ex(3)