To get around this problem, one can put the standard Windows "web fonts" on the non-Windows system and configure the JVM to use the other fonts. The issue appears to be that the AWT uses only the fonts distributed with the JVM when determining the size of a field, and the font metrics are different than those used on Windows.
These are the font files: arial32.exe Arialbd.TTF Arialbi.TTF Ariali.TTF Arial.TTF fonts.dir LICENSE.txt LucidaBrightDemiBold.ttf LucidaBrightDemiItalic.ttf LucidaBrightItalic.ttf LucidaBrightRegular.ttf LucidaSansDemiBold.ttf LucidaSansDemiOblique.ttf LucidaSansOblique.ttf LucidaSansRegular.ttf LucidaTypewriterBoldOblique.ttf LucidaTypewriterBold.ttf LucidaTypewriterOblique.ttf LucidaTypewriterRegular.ttf Then set the environment variable JAVA_FONTS to point to the directory in which you have put these fonts. When you start the JVM, it will use the JAVA_FONTS environment variable to use the new fonts. Cheers, John On Fri, Sep 01, 2006 at 04:59:13PM +0530, Umapathy, Saravanan (Cognizant) wrote: > > All, > > We deploy our application in Windows as well as AIX. We find a lot of > alignment discrepancies between the 2 version deployments. What appears in > Windows does not appear in AIX deployment version. Can anyone help me out in > resolving the issue. In other words, how to make the display between the 2 > deployments consistent with each other. > > > > Regards, > > Sara > > This e-mail and any files transmitted with it are for the sole use of the > intended recipient(s) and may contain confidential and privileged information. > If you are not the intended recipient, please contact the sender by reply > e-mail and destroy all copies of the original message. > Any unauthorized review, use, disclosure, dissemination, forwarding, > printing or copying of this email or any action taken in reliance on this > e-mail is strictly > prohibited and may be unlawful. > Visit us at http://www.cognizant.com > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > jasperreports-questions mailing list > jasperreports-questions@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jasperreports-questions -- "Oh, save me from these pale green pants with nobody inside!" ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jasperreports-questions