is_color_font(3) - Linux man page
Name
is_color_font - 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
is_mono_font(3)
Referenced By
is_compatible_font(3),
merge_fonts(3)