gui_textout_ex(3) - Linux man page
Name
gui_textout_ex - Draws a text string onto the screen with keyboard shortcut underbars. Allegro game programming library.Synopsis
#include <allegro.h>int gui_textout_ex(BITMAP *bmp, const char *s, int x, y, color, bg, centre);