logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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)

See Also