DragonFly On-Line Manual Pages
adime_font(3) Adime API Reference adime_font(3)
NAME
adime_font, adime_title_font, adime_button_font
SYNOPSIS
#include <adime.h>
FONT *adime_font;
FONT *adime_title_font;
FONT *adime_button_font;
DESCRIPTION
The font used in general by Adime dialogs and objects, the font for the
title of the dialogs and the font for the OK and Cancel buttons. If one
of them is NULL (they all are by default), Allegro's `font' will be
used.
SEE ALSO
adime_dialogf(3), adime_bmp(3)
Adime version 2.2.1 adime_font(3)