Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getFontMetrics
Method · 0.95
Tested by
no test coverage detected