I am trying to create a pdf document which is internationalized, My specific requirement is to generate a pdf document which has text elements defined in "Marathi" language. I have the TTF file for the font which enables me to see the "Marathi" language, I would like to know how can I let my JRXML file know of existence of this "font" defined in the TTF file.
Where should I define the font or keep my TTF file so as I am able to use the font in the <font/>
element of my JRXML file. So as the "Marathi" language text is displayed in the PDF document.