Returns the name of the default font. Use getCurrentFont().getName() to get the name of the font that this TextRoi is using.
()
| 337 | /** Returns the name of the default font. Use getCurrentFont().getName() |
| 338 | to get the name of the font that this TextRoi is using. */ |
| 339 | public static String getDefaultFontName() { |
| 340 | return name; |
| 341 | } |
| 342 | |
| 343 | /** Returns the default font size. Use getCurrentFont().getSize() |
| 344 | to get the size of the font that this TextRoi is using. */ |
no outgoing calls
no test coverage detected