[xep-support] XEP displays different glyphs depending of order of fo:block-container

Jost Klopfstein jost at axostech.com
Sun Oct 15 21:41:46 PDT 2006


Update on previous post:

After removing the outer fo:block-container's I processed the following 
samples:

<fo:flow flow-name="xsl-region-body" font-family="ZapfDingbats">
    <fo:block>&#x2714;</fo:block>
    <fo:block font-style="italic">&#x2715;</fo:block>
    <fo:block font-style="italic" 
text-decoration="underline">&#x2716;</fo:block>
</fo:flow>

produces a PDF with a line with glyph(x2714), a line with glyph(x2714) and a 
line with no glyph

<fo:flow flow-name="xsl-region-body" font-family="ZapfDingbats">
    <fo:block font-style="italic">&#x2715;</fo:block>
    <fo:block font-style="italic" 
text-decoration="underline">&#x2716;</fo:block>
    <fo:block>&#x2714;</fo:block>
</fo:flow>

produces a PDF with a line with glyph(x2715), a line with glyph(x2716) and a 
line with glyph(x2715)

In both cases one would expect a different result.

Regards,
Jost


----- Original Message ----- 
From: "Jost Klopfstein" <jost at axostech.com>
To: <xep-support at renderx.com>
Sent: Saturday, October 14, 2006 11:09 PM
Subject: [xep-support] XEP displays different glyphs depending of order of 
fo:block-container


> Dear support and community,
>
> I am stuck with a problem that XEP displays different glyphs, depending on
> the order of 3 fo:block-container regions which do not overlap.
> Attached are 2 versions of the same fo code, just in different order and 
> the
> resulting PDF's.
> The fo:code contains valid Unicode characters from Zapf Dingbats.
>
> I tested this with XEP 4.4 and 4.6
>
> Any help is appreciated.
>
> Thank you, Jost
>
>
> Jost Klopfstein
> Axos Technologies Inc.
> Visit us at http://www.axostech.com
> and http://www.FormMapper.com
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: strange.zip
Type: application/x-zip-compressed
Size: 3643 bytes
Desc: not available
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20061015/90e001d3/attachment.bin>


More information about the Xep-support mailing list