MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getSmallFont

Method getSmallFont

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

Source from the content-addressed store, hash-verified

61
62
63 private static Font getSmallFont() {
64 if (small==null) small=Font.getFont(face, plain, smallSize);
65 return small;
66 }
67 private static Font getSmallBoldFont() {
68 if (smallBold==null) smallBold=Font.getFont(face, bold, smallSize);
69 return smallBold;

Callers 1

getFontMethod · 0.95

Calls 1

getFontMethod · 0.95

Tested by

no test coverage detected