1FONT(3) Allegro manual FONT(3)
23
4
NAME
6FONT - Stores an Allegro font.
7
SYNOPSIS
9#include <allegro.h>
1011
12
typedef struct FONT
13
DESCRIPTION
15A structure holding an Allegro font, usually created beforehand with
16the grabber tool or Allegro's default font. Read chapter "Fonts" for a
17description on how to load/destroy fonts, and chapter "Text output" for
18a description on how to show text.
1920
SEE ALSO
22font(3), excustom(3), exfont(3), exunicod(3)
2324
25
26
Allegro version 4.4.3 FONT(3)