Hi,
recent LuaMetaTeX versions no longer automatically resize the fontdimen
arrays on assignments.
Is there a way to manually resize them or is it necessary to reload a
patched font you want more fontdimens?
Also, there is an issue with the error message (I guess) for font.setfontdimen:
\starttext
\directlua{font.setfontdimen(0, 8, 0)}
\stoptext
gives
token call, execute: invalid option '%i' to 'lua_pushfstring'
stack traceback:
[C]: in function 'font.setfontdimen'
[ctxlua]:1: in main chunk
1 \starttext
2 >> \directlua{font.setfontdimen(0, 8, 0)}
3 \stoptext
4
Best regards,
Marcel