text.setAutoFade(AutoFade.CapScreenSize);
text.setAutoFadeFalloff(1.0f);
text.setAutoScale(AutoScale.CapScreenSize);
text.setAutoRotate(true);
textExampleNode.attachChild(text);
text.addController(fontChanger);
}
if (true) {
final BMText text = new BMText("textSpatial2", initialString, font, BMText.Align.SouthEast,
BMText.Justify.Left);