Tamil text not displayed in image created using BufferedImage & Graphics2D. I set “Latha” font instead of “Arial” but still its displaying text as boxes. Please help me why Tamil font not supported in Graphics2D BufferedImage img = ImageIO.read(new File(“template.jpg”)); Graphics2D g2d ...
Home/graphics2d