On Fri, 23 Aug 2013, Marco Patzer wrote:
Hi,
the following example compiles fine with LuaTeX, but LuajitTeX fails to find the font.
\setupalign[r2l] \definefont[Sheherazade][name:scheherazade*arabic at 18pt] \starttext \Sheherazade أهلا بالعالم! \stoptext
fonts > defining > font with asked name 'scheherazade' is not found using lookup 'name' fonts > defining > unknown font 'scheherazade', loading aborted fonts > defining > unable to define 'scheherazade' as 'Sheherazade--0'
The font is in the font database and regular LuaTeX succeeds.
I occasionaly have similar troubles with math fonts (font works with luatex but not with luatexjit or vice versa), but a mtxrun --script fonts --reload --force fixes that. Aditya