is_compatible_font - Man Page
Check if two fonts are of the same type. Allegro game programming library.
Synopsis
#include <allegro.h>
int *is_compatible_font(FONT *f1, FONT *f2)
Description
This function compares the two fonts, which you can use to find out if Allegro is capable of merging them.
Return Value
Returns TRUE if the two fonts are of the same general type (both are color fonts or both are monochrome fonts, for instance).
See Also
merge_fonts(3), is_trans_font(3), is_color_font(3), is_mono_font(3)
Info
version 4.4.3 Allegro manual