|
NAMEis_compatible_font - 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) DESCRIPTIONThis function compares the two fonts, which you can use to find out if Allegro is capable of merging them.RETURN VALUEReturns TRUE if the two fonts are of the same general type (both are color fonts or both are monochrome fonts, for instance).SEE ALSOmerge_fonts(3), is_trans_font(3), is_color_font(3), is_mono_font(3)
Visit the GSP FreeBSD Man Page Interface. |