Reputation: 273
I have a requirement where i need to have font of my reports generated in diffrent formats consistent. When i try to generate the jasper report from ireport4.1.3 the font that i get in pdf format is Helvetica. I have given the font name as Arial Unicode MS(which needs to be consistent in all the formats) and pdf font name as Default. What should I do to make the font in pdf as Arial Unicode MS?
Upvotes: 1
Views: 9375
Reputation: 9410
This answers your question better:
Font extensions should be used. Doing as explained in the link precose supplied should also work. But it's more likely to break; it was deprecated 3 years ago in favor of font extensions.
Upvotes: 1