MCPcopy Index your code
hub / github.com/processing/processing / descent

Method descent

core/src/processing/core/PFont.java:689–691  ·  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

687 * The value is based on a font size of 1.
688 */
689 public float descent() {
690 return ((float) descent / (float) size);
691 }
692
693
694 /**

Callers 1

textDescentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected