speedata / publisher

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

Error with nobreak/fontsize #629

Open pgundlach opened 1 week ago

pgundlach commented 1 week ago
<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en"
    version="4.19.31">
    <Trace grid="yes" />
    <Record element="data">
        <PlaceObject>
            <Textblock width="5">
                <Paragraph>
                    <NoBreak reduce="fontsize" factor="0.9">
                        <B>
                            <Value select="'The quick brown fox jumps over the'" />
                        </B>
                    </NoBreak>
                </Paragraph>
            </Textblock>
        </PlaceObject>
    </Record>
</Layout>