Am 18.09.2013 um 09:50 schrieb Hans Hagen
On 9/17/2013 6:33 PM, Wolfgang Schuster wrote:
Hi,
the Consolas font produces proportional spaces even with “features=none”.
\starttypescript [mono] [consolas] \setups[font:fallback:mono] \definefontsynonym [Mono] [file:consolas] [features=none] \definefontsynonym [MonoBold] [file:consolasbold] [features=none] \definefontsynonym [MonoItalic] [file:consolasitalic] [features=none] \definefontsynonym [MonoBoldItalic] [file:consolasbolditalic] [features=none] \stoptypescript
\definetypeface [mainface] [rm] [serif] [modern] [default] \definetypeface [mainface] [tt] [mono] [consolas] [default] %\definetypeface [mainface] [tt] [mono] [modern] [default]
\setupbodyfont[mainface]
\starttext \starttyping a b cd x y z \stoptyping \stoptext
are we talking about the same font?
I used the files which came with my office installation where the spaces are wrong (see attachment) but when I use the files from your example the text looks ok. Wolfgang