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

Method init

src/main/java/Menu/MenuContainer.java:227–234  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

225 }
226
227 public void init(Graphics g) {
228 boldFont = Font.getFont(Font.FACE_SYSTEM, Font.STYLE_BOLD, Font.SIZE_SMALL);
229 boldHeight = boldFont.getHeight();
230
231 //normalFont = Font.getFont(Font.FACE_SYSTEM, Font.STYLE_PLAIN, Font.SIZE_SMALL);
232
233 initiated = true;
234 }
235
236/* Pointer events */
237

Callers 1

drawMethod · 0.95

Calls 2

getFontMethod · 0.95
getHeightMethod · 0.65

Tested by

no test coverage detected