.\" Generated by the Allegro makedoc utility .TH is_mono_font 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME is_mono_font \- Returns TRUE if a font is a monochrome font. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int is_mono_font(FONT *f) .SH DESCRIPTION This function checks if the given font is a mono font, as opposed to a color font. .SH "RETURN VALUE" Returns TRUE if the font is a monochrome font, FALSE if it is not. .SH SEE ALSO .BR is_trans_font (3alleg4), .BR is_color_font (3alleg4)