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

Method getFontAscent

core/src/processing/opengl/PJOGL.java:478–481  ·  view source on GitHub ↗
(Object font)

Source from the content-addressed store, hash-verified

476
477
478 @Override
479 protected int getFontAscent(Object font) {
480 return getFontMetrics((Font) font).getAscent();
481 }
482
483
484 @Override

Callers

nothing calls this directly

Calls 2

getFontMetricsMethod · 0.95
getAscentMethod · 0.80

Tested by

no test coverage detected