Re: [NTG-context] font selection in LMTX

2019-05-09 Thread Wolfgang Schuster

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

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] font selection in LMTX

2019-05-09 Thread Pablo Rodriguez
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.

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___