ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Wrong spaces in verbatim mode with Consolas
@ 2013-09-17 16:33 Wolfgang Schuster
  2013-09-18  7:50 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-09-17 16:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Wrong spaces in verbatim mode with Consolas
  2013-09-17 16:33 Wrong spaces in verbatim mode with Consolas Wolfgang Schuster
@ 2013-09-18  7:50 ` Hans Hagen
  2013-09-18 14:11   ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2013-09-18  7:50 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Wrong spaces in verbatim mode with Consolas
  2013-09-18  7:50 ` Hans Hagen
@ 2013-09-18 14:11   ` Wolfgang Schuster
  2013-09-18 14:14     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-09-18 14:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 1198 bytes --]


Am 18.09.2013 um 09:50 schrieb Hans Hagen <pragma@wxs.nl>:

> 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

[-- Attachment #2: consolas.pdf --]
[-- Type: application/pdf, Size: 18314 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Wrong spaces in verbatim mode with Consolas
  2013-09-18 14:11   ` Wolfgang Schuster
@ 2013-09-18 14:14     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2013-09-18 14:14 UTC (permalink / raw)
  To: ntg-context

On 9/18/2013 4:11 PM, Wolfgang Schuster wrote:
>
> Am 18.09.2013 um 09:50 schrieb Hans Hagen <pragma@wxs.nl>:
>
>> 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.

i have no clue

Hans

-----------------------------------------------------------------
                                           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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-18 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-17 16:33 Wrong spaces in verbatim mode with Consolas Wolfgang Schuster
2013-09-18  7:50 ` Hans Hagen
2013-09-18 14:11   ` Wolfgang Schuster
2013-09-18 14:14     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).