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