Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getBigBoldFont
Method
getBigBoldFont
src/main/java/Fonts/FontCache.java:85–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
return
big;
84
}
85
private
static
Font getBigBoldFont() {
86
if
(bigBold==null) bigBold=Font.getFont(face, bold, bigSize);
87
return
bigBold;
88
}
89
90
public
static
Font getFont(boolean isBold,
int
size) {
91
switch (size) {
Callers
1
getFont
Method · 0.95
Calls
1
getFont
Method · 0.95
Tested by
no test coverage detected