is_mono_font - Returns TRUE if a font is a monochrome font. Allegro game programming library.
Contents
Description
This function checks if the given font is a mono font, as opposed to a color font.
Name
is_mono_font - Returns TRUE if a font is a monochrome font. Allegro game programming library.
Return Value
Returns TRUE if the font is a monochrome font, FALSE if it is not.
See Also
is_trans_font(3alleg4), is_color_font(3alleg4) Allegro version 4.4.3 is_mono_font(3alleg4)
Synopsis
#include<allegro.h>intis_mono_font(FONT*f)
