| Author |
JavaFX GraphicsContext change text size
|
Carl Bernardi
Greenhorn
Joined: Jan 15, 2013
Posts: 23
|
|
I would like to be able to change the font size and possibly the font itself before the strokeText() method is called. I can change the color but I don't see anyway to change the font.
Anyone know how to do this?
|
 |
Carl Bernardi
Greenhorn
Joined: Jan 15, 2013
Posts: 23
|
|
|
I found what I was looking for. Use the method setFont(Font f.
|
 |
 |
|
|
subject: JavaFX GraphicsContext change text size
|
|
|