ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Andreas Harder" <aharder@uni-koblenz.de>
To: ntg-context@ntg.nl
Subject: Kerning and Minion Pro
Date: Sat, 17 Jan 2009 00:49:06 +0100	[thread overview]
Message-ID: <op.unviyuztuf9k9u@macky> (raw)

Hello,

I've a curious problem: With Palatino or Latin Modern kerning seems to work as intended, but what's the matter with Minion (example below)?


\setupcolors[state=start]

% \mainlanguage[de]

\definefontfeature[basekerned][default][mode=base]
\definefontfeature[nodekerned][default][mode=node]
\definefontfeature[nonekerned][default][mode=base,kern=no]

\starttext

\startbuffer[KernTest]
  \startlines
    Av, AV,
    LT, LV, Ly,
    TA, To, Ty, Te, T.
    Va, V.,
    Ya, Yo, Y.
  \stoplines
\stopbuffer

\startTEXpage % Minion Pro
  \startoverlay
    {\vbox{\red     \definedfont[name:MinionPro-Regular*nonekerned at 100pt]\getbuffer[KernTest] }}
    {\vbox{\blue    \definedfont[name:MinionPro-Regular*basekerned at 100pt]\getbuffer[KernTest] }}
    {\vbox{\darkgray\definedfont[name:MinionPro-Regular*nodekerned at 100pt]\getbuffer[KernTest] }}
  \stopoverlay
\stopTEXpage

\startTEXpage % Latin Modern
  \startoverlay
    {\vbox{\red     \definedfont[Serif*nonekerned at 100pt]\getbuffer[KernTest] }}
    {\vbox{\blue    \definedfont[Serif*basekerned at 100pt]\getbuffer[KernTest] }}
    {\vbox{\darkgray\definedfont[Serif*nodekerned at 100pt]\getbuffer[KernTest] }}
  \stopoverlay
\stopTEXpage

\startTEXpage % Palatino
  \startoverlay
    {\vbox{\red     \definedfont[file:texgyrepagella-regular*nonekerned at 100pt]\getbuffer[KernTest] }}
    {\vbox{\blue    \definedfont[file:texgyrepagella-regular*basekerned at 100pt]\getbuffer[KernTest] }}
    {\vbox{\darkgray\definedfont[file:texgyrepagella-regular*nodekerned at 100pt]\getbuffer[KernTest] }}
  \stopoverlay
\stopTEXpage

\stoptext


This is luaTeX, Version snapshot-0.31.3
ConTeXt  ver: 2009.01.14 11:29 MKIV


Thanks,
    Andreas


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


             reply	other threads:[~2009-01-16 23:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-16 23:49 Andreas Harder [this message]
2009-01-17 10:23 ` Taco Hoekwater
2009-01-17 11:08 Andreas Harder
2009-01-17 20:10 ` Taco Hoekwater
2009-01-18 13:45 ` Hans Hagen

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=op.unviyuztuf9k9u@macky \
    --to=aharder@uni-koblenz.de \
    --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).