com.jme.widget.font
Interface WidgetFont
- All Known Implementing Classes:
- WidgetAbstractFont
- public interface WidgetFont
- Author:
- pattogo
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
create
public void create(java.lang.String filename)
renderString
public void renderString(java.lang.String text,
float x,
float y,
float scalar,
ColorRGBA topColor,
ColorRGBA bottomColor)
getStringSize
public Vector2f getStringSize(java.lang.String text)
getTexture
public Texture getTexture()
getName
public java.lang.String getName()