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

Method getLabelStyle

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

创建LabelStyle

(FreeBitmapFont font)

Source from the content-addressed store, hash-verified

1995 * 创建LabelStyle
1996 */
1997 public LabelStyle getLabelStyle(FreeBitmapFont font) {
1998 return new LabelStyle(font, Color.WHITE);
1999 }
2000
2001 /**
2002 * 创建LabelStyle

Callers 2

getLabelMethod · 0.95
getSLabelMethod · 0.95

Calls 1

getFontMethod · 0.95

Tested by

no test coverage detected