DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27152>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27152 AWT produces different layout than PDF renderer Summary: AWT produces different layout than PDF renderer Product: Fop Version: 0.20.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: awt renderer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Layout from AWT Renderer differs considerably from PDF renderer: letter spacing is different, line heights are different. As I understand it, the AWT renderer retrieves font metrics from java.awt.Font. The PDF renderer uses metrics files that were generated with TTFReader (from the very same TrueType fonts). I expect that both methods produce the same result, but they don't !? It should be possible to use EXACTLY the same metrics info for the AWT Renderer.