-
Enhancement
-
Resolution: Fixed
-
P4
-
8
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.