antijingoist / open-dyslexic

What I intend to be an opensource font for dyslexics and for high readability
http://dyslexicfonts.com
549 stars 42 forks source link

Too-large chars with Acroread from XeLaTeX with OTF #45

Open spacedman opened 10 years ago

spacedman commented 10 years ago

With a simple Latex file processed with XeLaTeX:

 \documentclass{article}
 \usepackage{fontspec}
 \setmainfont{OpenDyslexic-Regular}
 \begin{document}
 \section{This is a test}
 {\Huge Look at my font!} 
 Lorem ipsum...
 \end{document}

I get perfect results when viewing with a Linux PDF viewer (evince) but Acroread shows this:

acroreadscreenshot

but only if I am using the OpenType (.otf) fonts. If I switch to the TrueType versions, it looks perfect in evince and Acroread.

I've not seen this problem using some of the other OTF and TTF typefaces on my system, only OpenDyslexic's OTF version.

This occurred with the OTF font files distributed with the Ubuntu packages, but I've uninstalled those and got the same behaviour using the current github versions of the font files.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1375174-too-large-chars-with-acroread-from-xelatex-with-otf?utm_campaign=plugin&utm_content=tracker%2F271843&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F271843&utm_medium=issues&utm_source=github).
antijingoist commented 10 years ago

Can you send me a copy of the 2 PDF s ? (The TTF working & the non working one)

spacedman commented 10 years ago

Files now in my stash:

https://github.com/spacedman/stash

thanks