SYNOPSIS

#include <allegro.h>

int font_has_alpha(FONT *f)

DESCRIPTION

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

RETURN VALUE

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

RELATED TO font_has_alpha…

is_trans_font(3alleg4)