Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Var3D/var3dframe
/ setFont
Method
setFont
core/src/core/java/var3d/net/center/VGame.java:1706–1708 ·
view source on GitHub ↗
返回font
(String key, FreeBitmapFont font)
Source
from the content-addressed store, hash-verified
1704
* 返回font
1705
*/
1706
public
void
setFont(String key, FreeBitmapFont font) {
1707
fonts.put(key, font);
1708
}
1709
1710
/**
1711
* tieldMap
Callers
10
getFontPixmap
Method · 0.80
getFont
Method · 0.80
VTextField
Method · 0.80
setSecureTextEntry
Method · 0.80
setFontSize
Method · 0.80
getFontPixmap
Method · 0.80
linkNativeTextField
Method · 0.80
init
Method · 0.80
getFontPixmap
Method · 0.80
linkNativeTextField
Method · 0.80
Calls
1
put
Method · 0.45
Tested by
no test coverage detected