.\" Generated by the Allegro makedoc utility .TH is_compatible_font 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME is_compatible_font \- Check if two fonts are of the same type. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int *is_compatible_font(FONT *f1, FONT *f2) .SH DESCRIPTION This function compares the two fonts, which you can use to find out if Allegro is capable of merging them. .SH "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). .SH SEE ALSO .BR merge_fonts (3alleg4), .BR is_trans_font (3alleg4), .BR is_color_font (3alleg4), .BR is_mono_font (3alleg4)