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_color_font - Returns TRUE if a font is a color font. Allegro game programming library.

Description

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

Name

       is_color_font - Returns TRUE if a font is a color font. Allegro game programming library.

Return Value

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

See Also

is_trans_font(3alleg4), is_mono_font(3alleg4)

Allegro                                           version 4.4.3                           is_color_font(3alleg4)

Synopsis

#include<allegro.h>intis_color_font(FONT*f)

See Also