1font_has_alpha(3)               Allegro manual               font_has_alpha(3)
2
3
4

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       int font_has_alpha(FONT *f)
14

DESCRIPTION

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

RETURN VALUE

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

SEE ALSO

24       is_trans_font(3)
25
26
27
28Allegro                          version 4.4.3               font_has_alpha(3)
Impressum