FONT - Stores an Allegro font.
#include <allegro.h> typedef struct FONT
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.
font(3alleg), excustom(3alleg), exfont(3alleg), exunicod(3alleg)