khaledhosny / harf

A HarfBuzz-based font loader and shaper for HarfTeX
GNU General Public License v2.0
10 stars 1 forks source link

Fonts with "Em Size" other than 1000 #36

Closed svenper closed 5 years ago

svenper commented 5 years ago

Fonts with Em Size 1000 work fine (Fontforge: Element→Font Info→General→Em Size), but other values have size problems. In this case Adobe Arabic has the value 2048.

\documentclass{article}
\usepackage{harfload}
\usepackage{fontspec}
\setmainfont{AdobeArabic-Regular.otf}[RawFeature={mode=harf}]

\begin{document}

åäöüñÅÄÖÜÑ

اللُّغَة العَرَبِيّة هي أكثر اللغات تحدثاً ونطقاً

\end{document}

harf