1gui_strlen(3)                   Allegro manual                   gui_strlen(3)
2
3
4

NAME

6       gui_strlen  -  Returns  the  length of a string in pixels. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int gui_strlen(const char *s);
14

DESCRIPTION

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

SEE ALSO

21       gui_textout_ex(3)
22
23
24
25Allegro                          version 4.4.3                   gui_strlen(3)
Impressum