allegro_404_char(3alleg4) debian man page | unix.com

Man Page: allegro_404_char

Operating Environment: debian

Section: 3alleg4

allegro_404_char(3alleg4)					  Allegro manual					 allegro_404_char(3alleg4)

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 character instead. Example: /* Show unknown glyphs with an asterisk. */ allegro_404_char = '*';
SEE ALSO
font(3alleg4) Allegro version 4.4.2 allegro_404_char(3alleg4)
Related Man Pages
exrotscl(3alleg4) - debian
exdata(3alleg4) - suse
exdata(3alleg4) - php
exdata(3alleg4) - v7
exdata(3alleg4) - redhat
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file