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

From: Jost Klopfstein <jost@axostech.com>
Date: Sun Oct 15 2006 - 21:41:46 PDT

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@axostech.com>
To: <xep-support@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
>

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html

Received on Sun Oct 15 21:52:59 2006

This archive was generated by hypermail 2.1.8 : Sun Oct 15 2006 - 21:53:00 PDT