Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.0.0_P01
-
Fix Version/s: 6.0.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:OS
-
ICEsoft Forum Reference:
Description
A user reported via the forms an issue with glyph spacing using the open source version. I took a closer look and it appears there is an issue with a cache we use to store the glyph advance. The cache should be cleared when the font size is change but this isn't happening correctly and as a result the advance is being saved across a font's size change.
In the file in question the 12pt is rendered first followed by the 13pt and thus rendered using the incorrect advance
In the file in question the 12pt is rendered first followed by the 13pt and thus rendered using the incorrect advance
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46178 | Thu Nov 05 10:13:46 MST 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/fonts/ofont/OFont.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46177 | Thu Nov 05 10:13:26 MST 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.0.0_P01/icepdf/core/src/org/icepdf/core/pobjects/fonts/ofont/OFont.java
|