MCPcopy Create free account
hub / github.com/benfry/processing4 / ascent

Method ascent

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

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

Callers 1

textAscentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected