Closed pcantrell closed 4 years ago
New features for GraphicsText:
GraphicsText
graphicsText.setText(“One fish\nTwo fish\n\nRed fish\nBlue fish”);
graphicsText.setWrappingWidth(120)
graphicsText.setAlignment(TextAlignment.CENTER);
New features for
GraphicsText
: