ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Lutz Haseloff" <lutz.haseloff@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Font features not always working
Date: Wed, 30 Apr 2008 10:00:17 +0200	[thread overview]
Message-ID: <a09128560804300100v4860e066n354336e533e9df26@mail.gmail.com> (raw)
In-Reply-To: <115224fb0804292340x29f343c6w3c22037ddcc46ad6@mail.gmail.com>

Hi Wolfgang,

it seems that some fonts need script=latn in \definefontfeature.
(i copied and pasted from font-ini.tex)

So your file works here:

--------------------------
% engine=luatex

\definefontfeature
  [default]
  [script=latn,liga=yes,kern=yes,tlig=yes,trep=yes]

\definefontfeature
  [smallcaps]
  [script=latn,liga=yes,kern=yes,tlig=yes,trep=yes,smcp=yes]

\definefontfeature
  [oldstyle]
  [script=latn,liga=yes,kern=yes,tlig=yes,trep=yes,onum=yes]

\definefont[pan][file:texgyrepagella-regular*default]
\definefont[pas][file:texgyrepagella-regular*smallcaps]
\definefont[pao][file:texgyrepagella-regular*oldstyle]

\definefont[can][file:CAMBRIA*default]
\definefont[cas][file:CAMBRIA*smallcaps]
\definefont[cao][file:CAMBRIA*oldstyle]

\definefont[con][file:CORBEL*default]
\definefont[cos][file:CORBEL*smallcaps]
\definefont[coo][file:CORBEL*oldstyle]

\starttext

\pan ANB anc 123 VA Ta

\pas ANB anc 123 VA Ta

\pao ANB anc 123 VA Ta

\can ANB anc 123 VA Ta

\cas ANB anc 123 VA Ta

\cao ANB anc 123 VA Ta

\con ANB anc 123 VA Ta

\cos ANB anc 123 VA Ta

\coo ANB anc 123 VA Ta
\blank

\starttabulate
\NC ConTeXt         \EQ \contextversion        \NC\NR
\NC LuaTeX Revision \EQ \number\luatexversion  \NC\NR
\NC LuaTeX Revision \EQ \number\luatexrevision \NC\NR
\stoptabulate

\stoptext
--------------------------

Greetings Lutz

2008/4/30 Wolfgang Schuster <schuster.wolfgang@googlemail.com>:
> On Tue, Apr 29, 2008 at 3:25 PM, Taco Hoekwater <taco@elvenkind.com> wrote:
>  >
>  >
>  > Wolfgang Schuster wrote:
>  > > Hi,
>  > >
>  > > the features from OpenType fonts are not accesable for all fonts, I tried to use
>  > > my old test case for Microsofts Cambria fonts and none of the features did work,
>  > > also kerning is disabled.
>  > >
>  > > I put the files with the result from last year and the latest stable online.
>  > > http://schuster.wolfgang.googlepages.com/files
>  >
>  > IIRC, \Var depends on a very particular way of writing typescripts,
>  > and is currently considered deprecated by Hans, and that there is a
>  > new way to do things like this using \setfontfeature or something
>  > similar. Hans will know for sure (but he at bachotex right now)
>
>  I wrote a simpler example and compiled it with my old and my current ConTeXt.
>
>  http://schuster.wolfgang.googlepages.com/files -> Fontfeature
>
>  Greetings
>  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  : https://foundry.supelec.fr/projects/contextrev/
>  wiki     : http://contextgarden.net
>  ___________________________________________________________________________________
>
___________________________________________________________________________________
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:[~2008-04-30  8:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-29 12:45 Wolfgang Schuster
2008-04-29 13:25 ` Taco Hoekwater
2008-04-29 13:32   ` Wolfgang Schuster
2008-04-30  6:40   ` Wolfgang Schuster
2008-04-30  8:00     ` Lutz Haseloff [this message]
2008-04-30  8:08       ` Wolfgang Schuster
2008-05-06 12:17       ` Wolfgang Schuster

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=a09128560804300100v4860e066n354336e533e9df26@mail.gmail.com \
    --to=lutz.haseloff@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).