2023年6月25日

java 中在图像上绘制文字

摘要: private void printText(BufferedImage image, float x, float y, String text) { Graphics2D g = image.createGraphics(); g.setColor(Color.RED); g.setFont(n 阅读全文

posted @ 2023-06-25 17:15 空明流光 阅读(256) 评论(0) 推荐(0)

导航