Solving the Oracle Reports 10g fonts problem
Finally, we were able to solve the Arial Italic and Bold problems. UsingĀ Metalink Note 261879.1, it was relatively straightforward to add the font.
The steps to follow are:
1) Transfer the Arial fonts (ttf version) from Windows to UNIX. Make note of this directory.
2) Use the open source program ttf2afm to generate Adobe Font Metrics (AFM) files for TrueType (TTF) fonts.
3) Modify reports_path to add the fonts directory.
4) Make sure the AFM file for the italic version does not have the (-) sign for the slant angle.
5) Update the ALI file to add the Arial font in [PDF] section. Check the version of the ALI file mentionned in the Metalink Note 261879.1
6) Restart the reports server.
These steps can be used for any font that you want to add to your reports server setup.
Similar Posts:
- UNIX Fonts and Oracle Report server: a never ending nightmare
- Day 3 of the migration from Forms 6 to Forms 10g
- WebUtil to the rescue: how to maintain client-side functionalities.
- File Selection Dialog with Oracle Forms 10g (10.1.2): replacing some of webutil functionalities
- Forms migration on UNIX- almost the end!


