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

Method getFontDescent

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getFontMetricsMethod · 0.95

Tested by

no test coverage detected