9 Oct
2018
9 Oct
'18
8:40 p.m.
Hi! I have two questions regarding addressing glyphs in Lua: 1) How to address glyphs in slots as e.g. U+F0029? 2) How to address glyphs by name? Use: \startluacode fonts.handlers.otf.addfeature { name = "foo", type = "substitution", data = { [0xF0029] = 0xF0030 }, -- ← doesn't work } \stopluacode Marco