HomeSort by relevance Sort by last modified time
    Searched defs:guiFont (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsAppState.java 61 protected BitmapFont guiFont;
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 = simpleApp.guiFont
    [all...]
SimpleApplication.java 77 protected BitmapFont guiFont;
181 guiFont = assetManager.loadFont("Interface/Fonts/Default.fnt");
215 stateManager.getState(StatsAppState.class).setFont(guiFont);

Completed in 53 milliseconds