gui_strlen
Returns the length of a string in pixels. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Returns the length of a string in pixels. Allegro game programming library.
#include <allegro.h>
int gui_strlen(const char *s);
Helper function for use by the GUI routines. Returns the length of a string in pixels, ignoring '&' characters.
gui_textout_ex(3alleg4)