Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
2.5
-
None
-
Operating System: All
Platform: All
-
49302
Description
NativeTextHandler createFont(java.awt.Font) method should use FontInfo method to transform AWT font into Fop font instead of reinventing the wheel:
FontInfo#getFontInstanceForAWTFont(java.awt.Font) does all the job required.