MCPcopy 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

getFontPixmapMethod · 0.80
getFontMethod · 0.80
VTextFieldMethod · 0.80
setSecureTextEntryMethod · 0.80
setFontSizeMethod · 0.80
getFontPixmapMethod · 0.80
linkNativeTextFieldMethod · 0.80
initMethod · 0.80
getFontPixmapMethod · 0.80
linkNativeTextFieldMethod · 0.80

Calls 1

putMethod · 0.45

Tested by

no test coverage detected