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 ...
Discy Latest Questions
I want to align md-chips vertically instead of default horizontal alignment. I tried to override the angular material design css but nothing works. Please share the correct css style to align it veristically Refer image attached or below link https://material.angularjs.org/latest/demo/chips I want these ...