Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mode=harfbuzz rendering fails #566

Closed
pgundlach opened this issue Mar 6, 2024 · 0 comments
Closed

mode=harfbuzz rendering fails #566

pgundlach opened this issue Mar 6, 2024 · 0 comments

Comments

@pgundlach
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant