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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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
|
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
|