Pablo Rodriguez schrieb am 09.05.2019 um 21:15:
Hi Hans,
using the following sample:
\definefontfamily[mainface][rm][TeX Gyre Heros]
\definefontfamily[mainface][mm][TeX Gyre Termes Math]
\definefontfamily[mainface][ss][Gill Sans MT][tf=file:GIL_____.TTF]
\definefontfamily[mainface][tt][Cousine]
\definefontfamily[mainface][cg][Arial Narrow][tf=file:ARIALN.TTF]
\setupbodyfont[mainface]
\startbuffer
\ConTeXt\ is awesome!\par
\stopbuffer
\starttext
\startTEXpage[offset=1em]
\getbuffer
\ss\getbuffer
\tt\getbuffer
\cg\getbuffer
\stopTEXpage
\stoptext
I have no problem to get all four fonts with MkIV, but with LMTX I don’t
get \cg or \ss.
What are the results for the following two calls:
mtxrun --find-file GIL_____.TTF
mtxrun --script fonts --list --all gill*
Wolfgang