Returns the default font size. Use getCurrentFont().getSize() to get the size of the font that this TextRoi is using.
()
| 343 | /** Returns the default font size. Use getCurrentFont().getSize() |
| 344 | to get the size of the font that this TextRoi is using. */ |
| 345 | public static int getDefaultFontSize() { |
| 346 | return size; |
| 347 | } |
| 348 | |
| 349 | /** Returns the default font style. Use getCurrentFont().getStyle() |
| 350 | to get the style of the font that this TextRoi is using. */ |