Patrick Gundlach wrote:
Sorry for my continuous questions...when I use font.define() to define a font, can I access this font from the TeX side? Similar to \font\myfont=... ?
Not directly, because there is no command name attached (the situation is a bit like the \font\preloaded= statements in plain.tex). But you can use tex.definefont() to create that mapping. Best wishes, Taco
