[luatex] Why does LuaTeX show the middle dot instead of ano teleia?

Heiko Oberdiek heiko.oberdiek at googlemail.com
Tue Aug 29 23:10:44 CEST 2023


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


More information about the luatex mailing list.