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

Incorrectly placed accent #298

Closed
pgundlach opened this issue Jan 12, 2021 · 0 comments
Closed

Incorrectly placed accent #298

pgundlach opened this issue Jan 12, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@pgundlach
Copy link
Member

accent

<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en">

  <LoadFontfile name="NotoSansArabic-Regular" filename="NotoSansArabic-Regular.ttf" mode="harfbuzz" />

  <Pageformat height="3cm" width="4cm" />

  <DefineFontfamily fontsize="10" leading="12" name="arab">
    <Regular fontface="NotoSansArabic-Regular" />
  </DefineFontfamily>

  <Record element="data">
    <PlaceObject>
      <Textblock>
        <ForAll select="par">
          <Paragraph fontfamily="arab">
            <Value>بعضًا</Value>
          </Paragraph>
        </ForAll>
      </Textblock>
    </PlaceObject>
  </Record>
</Layout>
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