On Thu, Mar 25, 2021 at 11:02:37AM +0100, Yannis Haralambous wrote: > (I would have prepared a minimal plain TeX example with Amiri but I don't > know neither how to load an OpenType font
\font\myfont="Font Name"
or
\font\myfont="[./path/to/font.ttf]"
Note the syntax: double quotes for font names (as reported by
fontconfig); double quotes with square brackets when you specify the
path to the font file.
> in plain TeX nor how to change writing direction)
\beginR ... \endR
Arthur
