gui_strlen - Returns the length of a string in pixels. Allegro game programming library.
Contents
Description
Helper function for use by the GUI routines. Returns the length of a string in pixels, ignoring '&'
characters.
Name
gui_strlen - Returns the length of a string in pixels. Allegro game programming library.
See Also
gui_textout_ex(3alleg4) Allegro version 4.4.3 gui_strlen(3alleg4)
Synopsis
#include<allegro.h>intgui_strlen(constchar*s);
