摘要: BufferedImage src //BufferedImage 类的图片资源 int width = src.getWidth(); // 得到源图宽 int height = src.getHeight(); // 得到源图长 int fontsize = (18 * src.getWidth 阅读全文
posted @ 2017-04-25 23:54 缺月疏桐 阅读(3395) 评论(0) 推荐(0)