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

FreeBSD Manual Pages

  
 
  

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

NAME
     gui_strlen  -  Returns  the length of a string in pixels. Allegro game pro-
     gramming library.

SYNOPSIS
     #include <allegro.h>

     int gui_strlen(const char *s);

DESCRIPTION
     Helper function for use by the GUI routines. Returns the length of a string
     in pixels, ignoring '&' characters.

SEE ALSO
     gui_textout_ex(3)

Allegro 			  version 4.4.3 		   gui_strlen(3)

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

home | help