We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en" version="3.7.1"> <DefineFontfamily name="small" fontsize="4.2" leading="5"> <Regular fontface="sans"/> </DefineFontfamily> <Record element="data"> <PlaceObject> <Table fontface="small"> <Tr><Td><Paragraph><Value>foo</Value></Paragraph></Td></Tr> <Tr><Td><Paragraph><Value>foo</Value></Paragraph></Td></Tr> <Tr><Td><Paragraph><Value>foo</Value></Paragraph></Td></Tr> </Table> </PlaceObject> </Record> </Layout>
This is related to #221
The text was updated successfully, but these errors were encountered:
Don't add struts at the beginning of paragraphs
d296c15
This fixes line spacing problems such as #221 and #225
Fixed by d296c15
Sorry, something went wrong.
35fe2e6
Insert struts at the beginning of paragraphs
5af208f
... but don't set the font family if we don't have to. This fixes #235 and is reverts #221, #225 and is related to d296c15
pgundlach
No branches or pull requests
This is related to #221
The text was updated successfully, but these errors were encountered: