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
On Tue, Apr 29, 2008 at 3:25 PM, Taco Hoekwater
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 ___________________________________________________________________________________