MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getBigFont

Method getBigFont

src/main/java/Fonts/FontCache.java:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 private static Font getBigFont() {
82 if (big==null) big=Font.getFont(face, plain, bigSize);
83 return big;
84 }
85 private static Font getBigBoldFont() {
86 if (bigBold==null) bigBold=Font.getFont(face, bold, bigSize);
87 return bigBold;

Callers 1

getFontMethod · 0.95

Calls 1

getFontMethod · 0.95

Tested by

no test coverage detected