1is_mono_font(3) Allegro manual is_mono_font(3)
23
4
NAME
6is_mono_font - Returns TRUE if a font is a monochrome font. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int is_mono_font(FONT *f)
14
DESCRIPTION
16This function checks if the given font is a mono font, as opposed to a
17color font.
18
RETURN VALUE
20Returns TRUE if the font is a monochrome font, FALSE if it is not.
2122
SEE ALSO
24is_trans_font(3), is_color_font(3)
2526
27
28
Allegro version 4.4.3 is_mono_font(3)