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?

\starttypescript [mono] [consolas]
    \setups[font:fallback:mono]
    \definefontsynonym [Mono]           [file:consola]  [features=none]
    \definefontsynonym [MonoBold]       [file:consolab] [features=none]
    \definefontsynonym [MonoItalic]     [file:consolai] [features=none]
    \definefontsynonym [MonoBoldItalic] [file:consolaz] [features=none]
\stoptypescript

\definetypeface [mainface] [rm] [serif] [modern]   [default]
\definetypeface [mainface] [tt] [mono]  [consolas] [default]

\setupbodyfont[mainface]

\showglyphs

\starttext
\starttyping
a b  cd
x  y  z
\stoptyping
\stoptext

looks ok here


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to