Sponsor:

Your company here, and a link to your site. Click to find out more.

is_mono_font - Man Page

Returns TRUE if a font is a monochrome font. Allegro game programming library.

Synopsis

#include <allegro.h>

int is_mono_font(FONT *f)

Description

This function checks if the given font is a mono font, as opposed to a color font.

Return Value

Returns TRUE if the font is a monochrome font, FALSE if it is not.

See Also

is_trans_font(3), is_color_font(3)

Referenced By

is_color_font(3), is_compatible_font(3), is_trans_font(3), merge_fonts(3).

version 4.4.3 Allegro manual