Bug 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 no...
Status: CLOSED INVALID
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.20.4
Hardware: PC All
: P3 critical
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-12 22:06 UTC by Jayesh Nazre
Modified: 2012-04-01 13:55 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jayesh Nazre 2002-11-12 22:06:46 UTC
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>
Comment 1 Christian Geisert 2002-11-12 23:53:54 UTC
There has been a change in in the font enconding after 0.20.3rc
(which actually *corrected* the enconding for the symbol fonts)
Have a look at docs/examples/fo/fonts.fo
Comment 2 Glenn Adams 2012-04-01 13:55:04 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs