textDescent()

Typography / Metrics

Description

Returns the descent of the current font at its current size. The descent is the distance below the baseline.

Syntax

float textDescent()

Parameters

None

Returns

float

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...