is_mono_font(3) - Linux man page
Name
is_mono_font - Returns TRUE if a font is a monochrome font. Allegro game programming library.
Synopsis
#include <allegro.h>
int is_mono_font(FONT *f)
Description
This function checks if the given font is a mono font, as opposed to a color font.
Return Value
Returns TRUE if the font is a monochrome font, FALSE if it is not.
See Also
is_color_font(3)
Referenced By
is_compatible_font(3),
merge_fonts(3)