We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@FXML public CodeArea textArea; ... textArea.setStyle("-fx-font-size:32px");
Can you please tell how to change the font size without changing the size of the scroll?
The text was updated successfully, but these errors were encountered:
Which release are you using?
Sorry, something went wrong.
I use 0.6.10. In version 0.7-M2 all good.
No branches or pull requests
@FXML public CodeArea textArea;
...
textArea.setStyle("-fx-font-size:32px");
Can you please tell how to change the font size without changing the size of the scroll?
The text was updated successfully, but these errors were encountered: