Hello,

On 2023-08-29 22:26, Joseph Wright wrote:
On 29/08/2023 21:08, Heiko Oberdiek via luatex wrote:

I found that the normalization was done in luaotfload.
It can be turned off with "normalize=false" (also "mode=base" works):

     \input luaotfload.sty
     %\font\TestFont=file:FreeSans.ttf:mode=base
     \font\TestFont=file:FreeSans.ttf:normalize=false

However, neither "normalize" nor "mode" are recognized by "fontspec".
But at least there is a working way via the more low-level "luaotfload".

\newfontface\TestFontB{FreeSans.ttf}[RawFeature=-normalize]?

(From Ulrike ...)

Thanks, this works:

    \newfontface\TestFont{FreeSans.ttf}[RawFeature={normalize=false}]

Yours sincerely
  Heiko

Reply via email to