try (InputStream is = Utils.class.getResourceAsStream(fontPath)) { Font font = Font.createFont(Font.TRUETYPE_FONT, is);
確定! 回上一頁