()
| 742 | /// |
| 743 | /// Optional operation returning the font style for system fonts |
| 744 | public int getStyle() { |
| 745 | return Display.impl.getStyle(font); |
| 746 | } |
| 747 | |
| 748 | /// Returns a string containing all the characters supported by this font. |
| 749 | /// Will return null for system fonts. |
no test coverage detected