Returns the Font currently being used.
()
| 894 | * Returns the Font currently being used. |
| 895 | */ |
| 896 | @Override |
| 897 | public Font getFont() { |
| 898 | return _font; |
| 899 | } |
| 900 | |
| 901 | /** |
| 902 | * Sets the Font to be used in future text. |
no outgoing calls
no test coverage detected