Hi Team,
Can you please guide me on how to set the simsun.ttc from system folder. I have set the font like the below code
Way 1:
Font myFont = FontRepository.openFont(“C://Windows//Fonts//simsun.ttc,0”);
Way 2:
Font myFont = FontRepository.openFont(“C://Windows//Fonts//simsun.ttc”);
But both didnot wokk. please guide me on this