Searched defs:guiFont (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DSimpleApplication.java77 protected BitmapFont guiFont; field in class:SimpleApplication
181 guiFont = assetManager.loadFont("Interface/Fonts/Default.fnt");
215 stateManager.getState(StatsAppState.class).setFont(guiFont);
H A DStatsAppState.java61 protected BitmapFont guiFont; field in class:StatsAppState
66 public StatsAppState( Node guiNode, BitmapFont guiFont ) {
68 this.guiFont = guiFont;
77 void setFont( BitmapFont guiFont ) {
78 this.guiFont = guiFont;
79 this.fpsText = new BitmapText(guiFont, false);
123 if (guiFont == null )
124 guiFont
[all...]

Completed in 45 milliseconds