-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
I keep having to type this:
text.setFont(Font.font(Font.getDefault().getFamily(), 81));
I would prefer just:
text.setFont(Font.font(81));
which would use the default font.
text.setFont(Font.font(Font.getDefault().getFamily(), 81));
I would prefer just:
text.setFont(Font.font(81));
which would use the default font.