I want to convert Report Headers and Section Headers to Hindi unicode font. At present I am using a Hindi font which is not rendering properly on various browsers. Is there any way to convert the Report Header and other fonts to unicode in Crystal Reports 2005?
0
votes
I don't totally understand what you're trying to accomplish, so I'm sorry if this is an obvious suggestion. Look at the individual fields and text areas, and try selecting a different font. Sections themselves don't have fonts, only fields.
– paulmelnikow
@noa Let me clarify. Most Asian language fonts don't render properly on browsers. One of them are Hindi language font like 'Arjun'. I want to know whether there is any way in Crystal Reports to convert the font to unicode equivalent?
– RKh
Does the font render correctly in the report designer?
– paulmelnikow
@noa Yes it renders fine in report designer but browsers are giving different looks. Extra spaces are added in between characters.
– RKh
1 Answers
1
votes
If by Crystal Reports 2005 you mean the version of CR that bundles with .NET 2005, then you want to look at the following;
- Working with Default and Custom Language Resource Files
- Compiling the Custom Resource Files
- Web: Configuring Global or Local Custom Resources
You also want make sure you are using SP 1 for CR 10.2:
https://smpdl.sap-ag.de/~sapidp/012002523100006007872008E/crvs05sp1.exe
Note that new, stand alone version(s) of CR have better localization support. Looking at CR 2008 (12.x) may be something to consider. An Eval of CR 2008 is available here:
http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
Hope this will help !