1is_compatible_font(3) Allegro manual is_compatible_font(3)
2
3
4
6 is_compatible_font - Check if two fonts are of the same type. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 int *is_compatible_font(FONT *f1, FONT *f2)
14
16 This function compares the two fonts, which you can use to find out if
17 Allegro is capable of merging them.
18
20 Returns TRUE if the two fonts are of the same general type (both are
21 color fonts or both are monochrome fonts, for instance).
22
23
25 merge_fonts(3), is_trans_font(3), is_color_font(3), is_mono_font(3)
26
27
28
29Allegro version 4.4.3 is_compatible_font(3)