speedata / publisher

speedata Publisher - a professional database Publishing system
https://www.speedata.de/
GNU Affero General Public License v3.0
292 stars 36 forks source link

mode=harfbuzz rendering fails #566

Closed pgundlach closed 4 months ago

pgundlach commented 4 months ago

4.17.15

<data>
    <element attr="Ⳙ" />
    <element attr="Ⳙ" />
    <element attr="Ⲗ" />
</data>

and layout

<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">

    <Pageformat height="6cm" width="6cm"/>
    <LoadFontfile name="newathena" filename="newathu5_5.ttf" />

    <DefineFontfamily fontsize="10" leading="12" name="text">
        <Regular fontface="newathena" />
    </DefineFontfamily>

    <Record element="data">
        <PlaceObject allocate="no">
            <Textblock>
                <Paragraph>
                    <ForAll select="element">
                        <Span language="Other">
                            <Value select="@attr" />
                        </Span>
                        <HSpace leader="." />
                        <Value select='123' />
                        <Br />
                    </ForAll>
                </Paragraph>
            </Textblock>
        </PlaceObject>
    </Record>
</Layout>

gives

harfbuzz

expected (fontforge):

fontforge