MCPcopy Index your code
hub / github.com/benfry/processing4 / descent

Method descent

core/src/processing/core/PFont.java:696–698  ·  view source on GitHub ↗

Returns how far this font descends from the baseline. The value is based on a font size of 1.

()

Source from the content-addressed store, hash-verified

694 * The value is based on a font size of 1.
695 */
696 public float descent() {
697 return ((float) descent / (float) size);
698 }
699
700
701 /**

Callers 1

textDescentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected