Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
allegro_404_char(3)		 Allegro manual 	     allegro_404_char(3)

NAME
     allegro_404_char - Character used when Allegro cannot find a glyph.

SYNOPSIS
     #include <allegro.h>

     extern int allegro_404_char;

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  charac-
     ter instead. Example:

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

SEE ALSO
     font(3)

Allegro 			  version 4.4.3 	     allegro_404_char(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=allegro_404_char&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help