logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

is_compatible_font - Check if two fonts are of the same type. Allegro game programming library.

Description

       This  function  compares  the  two  fonts, which you can use to find out if Allegro is capable of merging
       them.

Name

       is_compatible_font - Check if two fonts are of the same type. Allegro game programming library.

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(3alleg4), is_trans_font(3alleg4), is_color_font(3alleg4), is_mono_font(3alleg4)

Allegro                                           version 4.4.3                      is_compatible_font(3alleg4)

Synopsis

#include<allegro.h>int*is_compatible_font(FONT*f1,FONT*f2)

See Also