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