MCPcopy 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

drawMethod · 0.45
commitRunMethod · 0.45

Calls 2

logMethod · 0.95
setFontMethod · 0.95

Tested by

no test coverage detected