Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.3
-
Component/s: None
-
Labels:None
-
Environment:any
-
Support Case References:
Description
A client has sent in a system font that has an unusual family name of "us" and a font name of "us+roman". The FontManager class is a rather complex beast. In this particular case the font name we are trying to substitute is "Courier". The mapping we have setup looks for fonts in the the "Nimbus" family which is the root of the problem as 'us" is in the name and is the reason for the unusual matching.
Activity
Patrick Corless
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52108 | Tue Nov 28 14:50:39 MST 2017 | patrick.corless | a font's family which is something we probably shouldn't be doing. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/pobjects/fonts/FontManager.java
|
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3 [ 13093 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52336 | Mon Mar 05 13:03:33 MST 2018 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/core-awt/src/main/resources/org/icepdf/core/application/ProductInfo.java
|
Marking as fixed.
The font family change seem to work well and there are a few changes detected in the QA framework but these changes seem to be mostly positive.