Home | History | Annotate | Download | only in gui

Lines Matching defs:txt

51     private BitmapText txt;
67 txt = new BitmapText(fnt, false);
68 txt.setBox(new Rectangle(0, 0, settings.getWidth(), settings.getHeight()));
69 txt.setSize(fnt.getPreferredSize() * 2f);
70 txt.setText(txtB);
71 txt.setLocalTranslation(0, txt.getHeight(), 0);
72 guiNode.attachChild(txt);
91 txt.setLineWrapMode( txt.getLineWrapMode() == LineWrapMode.Word ?