Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ getFont
Method
getFont
examples/scenes/src/SwingScene.java:514–520 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
512
}
513
514
@Override
515
public
java.awt.Font getFont() {
516
log(
"[+] getFont"
);
517
if
(font == null)
518
setFont(defaultFont);
519
return
font;
520
}
521
522
@Override
523
public
void
setFont(java.awt.Font font) {
Callers
2
draw
Method · 0.45
commitRun
Method · 0.45
Calls
2
log
Method · 0.95
setFont
Method · 0.95
Tested by
no test coverage detected