Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
gui_textout_ex(3)		 Allegro manual 	       gui_textout_ex(3)

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, cen-
     tre);

DESCRIPTION
     Helper function for use by the GUI routines. Draws a text string  onto  the
     screen,  interpreting  the '&' character as an underbar for displaying key-
     board shortcuts. Returns the width of the output string in pixels.

SEE ALSO
     gui_strlen(3)

Allegro 			  version 4.4.3 	       gui_textout_ex(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gui_textout_ex&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help