Sets the current font.
(Font font)
| 354 | |
| 355 | /** Sets the current font. */ |
| 356 | public void setFont(Font font) { |
| 357 | this.font = font; |
| 358 | updateBounds(); |
| 359 | } |
| 360 | |
| 361 | /** Sets the size of the current font. */ |
| 362 | public void setFontSize(int size) { |
no test coverage detected