Replace the current string.
Font fnt = new Font("samples/font/arial.ttf", 12); Text t = new Text(font); t("My new string");
See Implementation
Replace the current string.