font::ascent


NAME

ascent - Compute the height of a font above the baseline

SYNOPSIS

#include "font.h"

int font::ascent(void);

DESCRIPTION

The total height of a font is its ascent and descent added together.

SEE ALSO

descent

DIAGNOSTICS