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

allegro_404_char - Character used when Allegro cannot find a glyph.

Description

       When  Allegro  cannot  find  a  glyph  it  needs in a font, it will instead output the character given in
       allegro_404_char. By default, this is set to the caret symbol, `^', but you can change this global to use
       any other character instead. Example:

          /* Show unknown glyphs with an asterisk. */
          allegro_404_char = '*';

Name

       allegro_404_char - Character used when Allegro cannot find a glyph.

See Also

font(3alleg4)

Allegro                                           version 4.4.3                        allegro_404_char(3alleg4)

Synopsis

#include<allegro.h>externintallegro_404_char;

See Also