Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.2
-
None
-
None
-
Patch
Description
This patch fixes FOP-2738.
The issue occurred when code in GlyphMapping.java was used with string span iterator. This kind of iterator points somewhere in the string, not necessarily the start; however, iterator indexes were used to index into an array, which caused an exception in some cases. Fix removes iterator index offset in addLetterAdjust.
Reproducing:
fop -c fop.conf fop1.fo fop1.pdf
Attachments
Attachments
Issue Links
- is duplicated by
-
FOP-2572 [PATCH] Non-breaking space within a Text node causes an Exception.
- Resolved