textDescent()
Typography / MetricsDescription
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
floatRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...