logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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);

See Also