font::descent


NAME

descent - Compute the height of a font below the baseline

SYNOPSIS

#include "font.h"

int font::descent(void);

DESCRIPTION

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

SEE ALSO

ascent

DIAGNOSTICS