1font_has_alpha(3) Allegro manual font_has_alpha(3)
23
4
NAME
6font_has_alpha - Search all pixels of a font for alpha values. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int font_has_alpha(FONT *f)
14
DESCRIPTION
16This function goes through all pixels of all glyphs in the font and
17looks for alpha values.
18
RETURN VALUE
20Returns TRUE if any alpha pixels are found, else FALSE.
2122
SEE ALSO
24is_trans_font(3)
2526
27
28
Allegro version 4.2.3 font_has_alpha(3)