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

font_has_alpha - Search all pixels of a font for alpha values. Allegro game programming library.

Description

       This function goes through all pixels of all glyphs in the font and looks for alpha values.

Name

       font_has_alpha - Search all pixels of a font for alpha values. Allegro game programming library.

Return Value

       Returns TRUE if any alpha pixels are found, else FALSE.

See Also

is_trans_font(3alleg4)

Allegro                                           version 4.4.3                          font_has_alpha(3alleg4)

Synopsis

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

See Also