()
| 733 | /// |
| 734 | /// Optional operation returning the font size for system fonts |
| 735 | public int getSize() { |
| 736 | return Display.impl.getSize(font); |
| 737 | } |
| 738 | |
| 739 | /// Return Optional operation returning the font style for system fonts |
| 740 | /// |
no test coverage detected