1gui_font_baseline(3) Allegro manual gui_font_baseline(3)
23
4
NAME
6gui_font_baseline - Adjusts the keyboard shortcut underscores height.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
extern int gui_font_baseline;
14
DESCRIPTION
16If set to a non-zero value, adjusts the keyboard shortcut underscores
17to account for the height of the descenders in your font.
1819
20
21
22
Allegro version 4.4.3 gui_font_baseline(3)