gui_strlen - Man Page

Returns the length of a string in pixels. Allegro game programming 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)

Referenced By

gui_textout_ex(3).

version 4.4.3 Allegro manual