You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2002/11/12 23:06:48 UTC

DO NOT REPLY [Bug 14491] New: - ZapfDingbats font shaded square box which was appearing in FOP 0.19.0 does not appear in FOP 0.20.4

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=14491>.
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=14491

ZapfDingbats font shaded square box which was appearing in FOP 0.19.0 does not appear in FOP 0.20.4

           Summary: ZapfDingbats font shaded square box which was appearing
                    in FOP 0.19.0 does not appear in FOP 0.20.4
           Product: Fop
           Version: 0.20.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: jayesh_nazre@hotmail.com


The following code used to generate a shaded square box in FOP 0.19.0 .
But with FOP 0.20.4 and even the earlier version FOP 0.20.3 it does not. It 
just shows a scissor symbol.

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
	<fo:simple-page-master master-name="first">
		<fo:region-body/>
	</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-name="first">
	<fo:flow flow-name="xsl-region-body">
	<fo:block><fo:inline font-
family="ZapfDingbats">&#112;</fo:inline></fo:block>
	</fo:flow>
</fo:page-sequence>
</fo:root>

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org