I am facing a problem in showing bangla fonts (Nikosh) in daynamicjasper reports. What I have achieved is as follows:
But I want the following:
Can anyone help me what am I missing?
My code:
StyleBuilder sb = new StyleBuilder(false);
Font font = new Font(11, "Nikosh", "/fonts/Nikosh.ttf", Font.PDF_ENCODING_Identity_H_Unicode_with_horizontal_writing, true);
sb.setFont(font);
Everything is working except composite letter and vowel symbols.
Thanks in advance.