Are there any built-in methods in Java to increase Font size?
|
|
|||
|
|
|
The So, to create a font you do something like this:
The You can't actually change the size of an existing Font object. The best way to achieve a similar effect is to use the
|
|||
|
|
|
|
You can derive a new Font with a different size by using the following:
Where newSize is either a float or an int. This is well documented in the JavaDoc for Font as other people have pointed out |
||||
|
|
|
Of course. Have a look at the JavaDoc for Font |
||
|
|
|
|
Assuming that you want to change the font size on a specific
Make sure that |
||
|
|
|
|
you can set the property swing.plaf.metal.controlFont when running you application:
in this example, you set the default font to be "Dialog" with size 50. |
||
|
