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: interlinear space and Crimson font
Date: Sun, 5 Feb 2012 09:43:37 +0100	[thread overview]
Message-ID: <5084190E-E4C8-4043-99DC-E4F6BDF43481@googlemail.com> (raw)
In-Reply-To: <4F2DB125.6020306@web.de>


Am 04.02.2012 um 23:28 schrieb Pablo Rodríguez:

> Hi there,
> 
> I have the following code (font available at
> http://sourceforge.net/projects/crimsontext/files/):
> 
> 	\usemodule[simplefonts]
> 	\setmainfont[Crimson]
> 	\setupinterlinespace[line=10ex]
> 	\starttext
> 	\dorecurse{5}{\input knuth\par}
> 	\stoptext
> 
> And no matter whether I comment the third line or not, I get the same
> interlinear space.

The font is buggy, I made a example which doesn’t require the simplefonts module
and you can see that you need large ex value to see a difference in the linespacing.

\starttypescript[serif][crimson]
    \setups[font:fallback:serif]
    \definefontsynonym[Serif][file:crimsonroman][features=default]
\stoptypescript

\definetypeface[crimson][rm][serif][crimson][default]

\setupbodyfont[crimson]

\setupinterlinespace[line=10ex]

\starttext
\input knuth
\stoptext

What you can do is to send a bug report to the designers of the font.

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:[~2012-02-05  8:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-04 22:28 Pablo Rodríguez
2012-02-05  8:43 ` Wolfgang Schuster [this message]
2012-02-05 10:17   ` Pablo Rodríguez
2012-02-05 12:53   ` Khaled Hosny
2012-02-05 13:06     ` Wolfgang Schuster
2012-02-05 13:51       ` Khaled Hosny
2012-02-07 14:14       ` Khaled Hosny
2012-02-07 20:58         ` Pablo Rodríguez

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=5084190E-E4C8-4043-99DC-E4F6BDF43481@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).