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

Method ascent

core/src/processing/core/PFont.java:680–682  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

678 * The value is based on a font of size 1.
679 */
680 public float ascent() {
681 return ((float) ascent / (float) size);
682 }
683
684
685 /**

Callers 1

textAscentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected