()
| 14 | public Font jbMono36 = new Font(FontMgr.getDefault().makeFromFile("fonts/JetBrainsMono-Regular.ttf"), 36); |
| 15 | |
| 16 | @Override |
| 17 | public void execute() throws Exception { |
| 18 | testAbc(); |
| 19 | testLigatures(); |
| 20 | testCombining(); |
| 21 | testEmoji(); |
| 22 | } |
| 23 | |
| 24 | public void testAbc() { |
| 25 | try (TextLine line = TextLine.make("abc", inter36);) { |
nothing calls this directly
no test coverage detected