.\" Generated by the Allegro makedoc utility .TH allegro_404_char 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME allegro_404_char \- Character used when Allegro cannot find a glyph.\& .SH SYNOPSIS .B #include .sp .B extern int allegro_404_char; .SH 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: .nf /* Show unknown glyphs with an asterisk. */ allegro_404_char = '*'; .fi .SH SEE ALSO .BR font (3alleg4)