[NTG-context] Prevent Ligatures

2010-09-10 Thread Andreas Harder
Hi all,

I've two questions.
1. Is f|*|f still the right way to prevent a ligature? 
2. \setff{noligs}  don't seem to have effect, while the defined font is 
working. What is wrong?

\definefontfeature[noligs] [default][liga=no]

\definefont[test][Serif*noligs]

\startTEXpage[offset=1ex]
  ff fi fl fh fk \crlf
  {\setff{noligs} ff fi fl fh fk } \crlf
  {\test ff fi fl fh fk } \crlf
  f|*|f f|*|i f|*|l f|*|h f|*|k 
\stopTEXpage

Best regards

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


Re: [NTG-context] Prevent Ligatures

2010-09-10 Thread Taco Hoekwater

On 09/10/2010 01:01 PM, Andreas Harder wrote:

Hi all,

I've two questions.
1. Is f|*|f still the right way to prevent a ligature?
2. \setff{noligs}  don't seem to have effect, while the defined font is 
working. What is wrong?


Have you tried \addff ?

Best wishes,
Taco
___
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
___


Re: [NTG-context] Prevent Ligatures

2010-09-10 Thread Andreas Harder

Am 10.09.2010 um 13:42 schrieb Taco Hoekwater:

 On 09/10/2010 01:01 PM, Andreas Harder wrote:
 Hi all,
 
 I've two questions.
 1. Is f|*|f still the right way to prevent a ligature?
 2. \setff{noligs}  don't seem to have effect, while the defined font is 
 working. What is wrong?
 
 Have you tried \addff ?

Yes, I have.

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