logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FONT - Stores an Allegro font.

Description

       A  structure  holding  an  Allegro  font,  usually  created beforehand with the grabber tool or Allegro's
       default font. Read chapter "Fonts" for a description on how to  load/destroy  fonts,  and  chapter  "Text
       output" for a description on how to show text.

Name

       FONT - Stores an Allegro font.

See Also

font(3alleg4), excustom(3alleg4), exfont(3alleg4), exunicod(3alleg4)

Allegro                                           version 4.4.3                                    FONT(3alleg4)

Synopsis

#include<allegro.h>typedefstructFONT

See Also