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

Leading is broken #221

Closed
pgundlach opened this issue Feb 7, 2019 · 0 comments
Closed

Leading is broken #221

pgundlach opened this issue Feb 7, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@pgundlach
Copy link
Member

pgundlach commented Feb 7, 2019

<Layout xmlns="urn:speedata.de:2009/publisher/en" 
  xmlns:sd="urn:speedata:2009/publisher/functions/en"
  version="3.5.12"
>
 
  <DefineFontfamily name="tmp" fontsize="4.2" leading="5">
    <Regular fontface="sans"/>
  </DefineFontfamily>

  <Record element="data">
    <PlaceObject>
      <Textblock width="5">
        <Paragraph fontface="tmp">
          <Value select="sd:dummytext()"/>
        </Paragraph>
      </Textblock>
    </PlaceObject>

  </Record>
</Layout>

leading

@pgundlach pgundlach added the Bug label Feb 7, 2019
@pgundlach pgundlach added this to the Version 3.6 milestone Feb 7, 2019
@pgundlach pgundlach self-assigned this Feb 7, 2019
pgundlach added a commit that referenced this issue Feb 27, 2019
This fixes line spacing problems such as #221 and #225
pgundlach added a commit that referenced this issue Mar 19, 2019
This fixes line spacing problems such as #221 and #225
pgundlach added a commit that referenced this issue Jun 14, 2019
... 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant