110111112113114115116117118119120
throw new AlbiteFontException("Missing graphics for font " + fontname); } try { glyphsCanvas = new AlbiteImageMono(in); } catch (AlbiteImageException aie) { throw new AlbiteFontException("Could not load graphics for font " + fontname); }