DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14319>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14319

Three problems in custom font metrics-file and embed-file value

           Summary: Three problems in custom font metrics-file and embed-
                    file value
           Product: Fop
           Version: 0.20.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: pdf renderer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When specify a new font in userconfig.xml, there are three problems for 
metrices-file and embed-file attribute value.

1. The value is added "none" prefix if it is relativeURL and baseDIr has not 
been specified.
2. The protocol prefix of this value is stripped off.  So, it cannot support 
non-file protocol.
3. It cannot support XML parser other than xerces if it requires protocol 
prefix for SystemId value in SAX interface implementation.

All problems are in org.apache.fop.configuration.FontInfo class.  Casper has 
report a workarround in Bug #12854.  But prefered has solution for not 
stripping protocol part of this value in getMetricsFile() and getEmbedFile() 
method.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to