1is_trans_font(3) Allegro manual is_trans_font(3)
2
3
4
6 is_trans_font - Returns TRUE if a font uses transparency. Allegro game
7 programming library.
8
10 #include <allegro.h>
11
12
13 int is_trans_font(FONT *f)
14
16 This function checks if the given font is a color font using
17 draw_trans_sprite to render glyphs.
18
20 Returns TRUE if the font uses transparency, FALSE if it does not.
21
22
24 make_trans_font(3), is_color_font(3), is_mono_font(3)
25
26
27
28Allegro version 4.2.2 is_trans_font(3)