compositefont专题

java.lang.ArrayIndexOutOfBoundsException at sun.font.CompositeFont.getSlotFont

系统环境: CentOS7 Java 1.8.0_151 Java生成验证码代码如下: // 在内存中创建图象int width = 80, height = 30;BufferedImage image = new BufferedImage(width, height,BufferedImage.TYPE_INT_RGB);// 获取图形上下文Graphics2D g = image.