Answers for "how to change the size of text javafx"

0

javafx css text size

#id{
-fx-font-size:50pt;
}
Posted by: Guest on March-19-2021
0

javafx change text size

text.setFont(Font.font ("arial", 24));
or
text.setStyle("-fx-font: 24 arial;");
Posted by: Guest on November-15-2020

Code answers related to "how to change the size of text javafx"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language