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

Method getImageText

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

获取文本Image

(String txt, FreePaint paint)

Source from the content-addressed store, hash-verified

2149 * 获取文本Image
2150 */
2151 public UI<Image> getImageText(String txt, FreePaint paint) {
2152 return getUI(new Image(getTextureText(txt, paint)));
2153 }
2154
2155 /**
2156 * 创建group

Callers

nothing calls this directly

Calls 2

getUIMethod · 0.95
getTextureTextMethod · 0.95

Tested by

no test coverage detected