4849505152535455565758
private GLFont font; public void init() { try { //font = FontRender.createFont("Dialog", 11, false, true); font = new GLFont(IGL.class.getResourceAsStream("DejaVu_Sans_11.fnt")); } catch (IOException e) { e.printStackTrace(); } }