Skip to content

Incorrect leading in tables #225

Description

@pgundlach
<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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions