Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.2
-
Fix Version/s: 6.3.1
-
Component/s: Core/Rendering, Font Engine
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13501 - https://icesoft.my.salesforce.com/5007000001JCv5o
-
Workaround Exists:Yes
-
Workaround Description:
Description
When rendering the provided PDF file, the fonts that are shown in bold are rendered very wide. This makes them render out of place on the page.
This issue is only seen when using the Helvetica Bold font. Initially this was substituted for the following: FINE: Font Substitution: Found type1 font: Arial-BoldMT for named font Helvetica-Bold
With the Helvetica-Bold font installed, the issue is reproducible.
This issue is only seen when using the Helvetica Bold font. Initially this was substituted for the following: FINE: Font Substitution: Found type1 font: Arial-BoldMT for named font Helvetica-Bold
With the Helvetica-Bold font installed, the issue is reproducible.
The font in question has an encoding the renders the glyphs with incorrect widths. I believe the root of the problem is that we apply the encoding defined in the pdf which doesn't match the encoding define in the font. This incorrect matching is causing the font widths to come page incorrectly.