ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: teletype style in type-win.mkiv
Date: Fri, 3 Jun 2011 11:58:13 +0200	[thread overview]
Message-ID: <2EF65221-A0EC-4098-BDC8-28AF5D777878@googlemail.com> (raw)
In-Reply-To: <20110602205652.GG20248@rae.vm.bytemark.co.uk>


Am 02.06.2011 um 22:56 schrieb Pontus Lurcock:

> On Thu 02 Jun 2011, Richard Stephens wrote:
> 
>> \setupbodyfont[helvetica, 10pt]
>> 
>> which is indistinguishable from Arial for 99% of the population, and
>> it has the advantage that all the styles are already defined,
>> including \tt.
> 
> Anyone who can distinguish Helvetica from Arial is likely to have
> sufficient taste to realize that Helvetica is superior ;-).

But you can have somebody how takes a look at the font list
in Adobe Reader and complains that you don’t use Arial.

ConTeXt has predefined typescripts for Times New Roman,
Arial and Courier but they don’t work on each system
(e.g. the fonts use different filenames on the Mac).

The simplefonts module makes things a little bit easier
because it tries a few combinations to find the files
but it still depends on the filename.

\usemodule[simplefonts]

\setmainfont[Arial]
\setmonofont[Courier New]

\starttext
This Arial in combination with {\tt Courier New}.
\stoptext

The spec-system is another system to make font loading
easier but the quality of the result depends on the font
information which are sometimes a mess.

\definetypeface[mainface][ss][specsans][Arial]
\definetypeface[mainface][tt][specmono][Courier New]

\setupbodyfont[mainface]

\starttext
This Arial in combination with {\tt Courier New}.
\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
___________________________________________________________________________________


      reply	other threads:[~2011-06-03  9:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-02 13:57 Richard Stephens
2011-06-02 14:26 ` Hans Hagen
2011-06-02 15:49   ` Richard Stephens
2011-06-02 16:30     ` Aditya Mahajan
2011-06-02 20:56     ` Pontus Lurcock
2011-06-03  9:58       ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2EF65221-A0EC-4098-BDC8-28AF5D777878@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).