[NTG-context] expert font access

2005-12-28 Thread Henning Hraban Ramm
Ahoi! One decorative font that I use contains some additional (swashed etc.) characters. At the moment I access them like this: \def\DelitschC#1{\getglyph{\defaultencoding-raw-delitschantiqua} {\char#1}} \definetextmodediscretionary A {\DelitschC{197}} So I get the alternative A as |A|,

Re: [NTG-context] expert font access

2005-12-28 Thread Siep Kroonenberg
On Wed, Dec 28, 2005 at 10:49:20AM +0100, Henning Hraban Ramm wrote: Ahoi! One decorative font that I use contains some additional (swashed etc.) characters. At the moment I access them like this: \def\DelitschC#1{\getglyph{\defaultencoding-raw-delitschantiqua} {\char#1}}