Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:ICEpdf OS
-
ICEsoft Forum Reference:
Description
This improvement/fix came in via the forms and once again many thanks to Pedro Rivera for his work.
When the OS version of ICEpdf does font substitution a lot of work is done to derive the font family from the font name. The Font class in Java has a constructor that takes style information which it can used to find a matching system font when available. The fix proposed by Pedro helps with this process and especially with the application of the correct font styles; italic and bold.
When the OS version of ICEpdf does font substitution a lot of work is done to derive the font family from the font name. The Font class in Java has a constructor that takes style information which it can used to find a matching system font when available. The fix proposed by Pedro helps with this process and especially with the application of the correct font styles; italic and bold.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19369 | Thu Oct 08 07:16:29 MDT 2009 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/fonts/ofont/OFont.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/fonts/ofont/Font.java ADD /icepdf/trunk/icepdf/core/src/org/icepdf/core/util/FontUtil.java MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/fonts/FontManager.java |
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Font.java [ 12024 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Patrick Corless
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Fix Version/s | 3.1 [ 10181 ] | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19383 | Fri Oct 09 05:49:15 MDT 2009 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/fonts/ofont/Font.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19385 | Fri Oct 09 05:59:34 MDT 2009 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/tags/icepdf-3.1.0/icepdf/core/src/org/icepdf/core/pobjects/fonts/ofont/Font.java
|
Patrick Corless
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Patrick Corless
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24037 | Mon Feb 28 11:30:57 MST 2011 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/fonts/ofont/Font.java
|
Code contribution from Pedro Rivera