Returns the default font style. Use getCurrentFont().getStyle() to get the style of the font that this TextRoi is using.
()
| 349 | /** Returns the default font style. Use getCurrentFont().getStyle() |
| 350 | to get the style of the font that this TextRoi is using. */ |
| 351 | public static int getDefaultFontStyle() { |
| 352 | return style; |
| 353 | } |
| 354 | |
| 355 | /** Sets the current font. */ |
| 356 | public void setFont(Font font) { |
no outgoing calls
no test coverage detected