https://issues.apache.org/bugzilla/show_bug.cgi?id=51759
Bug #: 51759
Summary: [PATCH] Moved unique font name prefixing to PDFFactory
and added test
Product: Fop
Version: 1.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: fonts
AssignedTo: fop-dev@xmlgraphics.apache.org
ReportedBy: med1985@gmail.com
Classification: Unclassified
Created attachment 27451
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27451
pdf-font-prefix patch
In PDFs, a subset font is required to have a unique tag prefixing its name, as
specified in the PDF spec. Currently this is implemented in
o.a.f.fonts/MultiByteFont.java, however, there requires a synchronized iterator
for multi-threading reasons.
This has been moved to PDFFactory to remove the synchronization issues, also,
it's a PDF-only mechanism, not required elsewhere.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|