()
| 9 | public Typeface slabo; |
| 10 | |
| 11 | public TextStyleScene() { |
| 12 | fc.setDefaultFontManager(FontMgr.getDefault()); |
| 13 | slabo = Typeface.makeFromFile(file("fonts/Slabo13px-Regular.ttf")); |
| 14 | } |
| 15 | |
| 16 | public void drawLine(Canvas canvas, String text, TextStyle ts) { |
| 17 | try (ParagraphStyle ps = new ParagraphStyle(); |
nothing calls this directly
no test coverage detected