Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getFontAscent
Method
getFontAscent
core/src/processing/opengl/PJOGL.java:480–483 ·
view source on GitHub ↗
(Object font)
Source
from the content-addressed store, hash-verified
478
479
480
@Override
481
protected
int
getFontAscent(Object font) {
482
return
getFontMetrics((Font) font).getAscent();
483
}
484
485
486
@Override
Callers
nothing calls this directly
Calls
2
getFontMetrics
Method · 0.95
getAscent
Method · 0.80
Tested by
no test coverage detected