font_has_alpha - Man Page

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

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.

See Also

is_trans_font(3)

Info

version 4.4.3 Allegro manual