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_trans_font - Returns TRUE if a font uses transparency. Allegro game programming library.

Description

       This function checks if the given font is a color font using draw_trans_sprite to render glyphs.

Name

       is_trans_font - Returns TRUE if a font uses transparency. Allegro game programming library.

Return Value

       Returns TRUE if the font uses transparency, FALSE if it does not.

See Also

make_trans_font(3alleg4), is_color_font(3alleg4), is_mono_font(3alleg4)

Allegro                                           version 4.4.3                           is_trans_font(3alleg4)

Synopsis

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

See Also