Font issue in pdf

i want to print jasper report having hindi font and it is showing spelling mistake in pdf 
I am writing दिनेश but it showing 

in pdf .

yogeshpaliyal's picture
Joined: Dec 3 2018 - 12:26am
Last seen: 5 months 2 weeks ago

2 Answers:

this worked
 

IndicLigaturizer  hindi = new DevanagariLigaturizer();
        String result = hindi.process(string);

yogeshpaliyal's picture
Joined: Dec 3 2018 - 12:26am
Last seen: 5 months 2 weeks ago

Check that you've setup font extensions correctly.

https://community.jaspersoft.com/wiki/custom-font-font-extension

hozawa's picture
171085
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago
Feedback
randomness