ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: gentium font doesn't work in latest current
Date: Fri, 28 May 2010 00:02:04 +0200	[thread overview]
Message-ID: <4BFEEBDC.5020509@wxs.nl> (raw)
In-Reply-To: <4BFE7553.9040909@elvenkind.com>

On 27-5-2010 3:36, Taco Hoekwater wrote:
>
>
> Otared Kavian wrote:
>> Hi all,
>>
>> With the latest beta, the issue with the size of the gentium font is solved but till there is still an issue with the distance between "Hello" and "World"
>> I tested this with the following example
>>
>> \usetypescript[gentium]
>> \starttext
>> Hello \switchtobodyfont[gentium] World
>
> I saw that too. \switchtobodyfont is generating lots of spaces
> when it is called in horizontal mode. They come from the
> \definetypescriptprefix lines in the tex-gyre typescript
> (type-otf.mkiv):
>
>
>     \definetypescriptprefix [f:pagella] [pagella]
> \definetypescriptprefix [f:palatino]   [pagella]
>
> et cetera. Each lines adds two extra blanks: one is the space
> after the first command, the second is the newline after the second
> command.

we can try to ignore lines, but even then, it's better to do:

\usetypescript[gentium]
\setupbodyfont[gentium]
\setupbodyfont[whatever]

\starttext

Hello {\switchtobodyfont[gentium] World ... }

this is because \switchtobodyfont is doing a lot and is supposed to be 
used grouped, so performance wise it's better first to trigger it once

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
___________________________________________________________________________________


  reply	other threads:[~2010-05-27 22:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-26 21:53 Thomas A. Schmitz
2010-05-27  8:04 ` Taco Hoekwater
2010-05-27 10:19   ` Thomas A. Schmitz
2010-05-27 10:26     ` Mojca Miklavec
2010-05-27 10:29       ` Taco Hoekwater
2010-05-27 10:35         ` luigi scarso
2010-05-27 10:35         ` Mojca Miklavec
2010-05-27 10:38           ` Taco Hoekwater
2010-05-27 10:53             ` Mojca Miklavec
2010-05-27 10:55               ` Taco Hoekwater
2010-05-27 11:00                 ` luigi scarso
2010-05-27 11:02                   ` luigi scarso
2010-05-27 11:32                     ` Thomas A. Schmitz
2010-05-27 11:47                       ` Taco Hoekwater
2010-05-27 13:18                         ` Otared Kavian
2010-05-27 13:36                           ` Taco Hoekwater
2010-05-27 22:02                             ` Hans Hagen [this message]
2010-05-27 11:21                   ` Hans Hagen
2010-05-27 10:28     ` luigi scarso

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=4BFEEBDC.5020509@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    --cc=taco@elvenkind.com \
    /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).