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

Method getFontDescent

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

Source from the content-addressed store, hash-verified

482
483
484 @Override
485 protected int getFontDescent(Object font) {
486 return getFontMetrics((Font) font).getDescent();
487 }
488
489
490 @Override

Callers

nothing calls this directly

Calls 1

getFontMetricsMethod · 0.95

Tested by

no test coverage detected