MCPcopy Create free account
hub / github.com/Var3D/var3dframe / getTextFieldWithFont

Method getTextFieldWithFont

core/src/core/java/var3d/net/center/VGame.java:2102–2104  ·  view source on GitHub ↗

创建输入框

(String text, String fontName)

Source from the content-addressed store, hash-verified

2100 * 创建输入框
2101 */
2102 public UI<VTextField> getTextFieldWithFont(String text, String fontName) {
2103 return getTextFieldWithFont(text, fontName, "");
2104 }
2105
2106 /**
2107 * 创建输入框

Callers 1

getTextFieldMethod · 0.95

Calls 6

getFontMethod · 0.95
getRectColorDrawableMethod · 0.95
getRectLineDrawableMethod · 0.95
getDrawableMethod · 0.95
getUIMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected