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