From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6907 Path: main.gmane.org!not-for-mail From: Bill McClain Newsgroups: gmane.comp.tex.context Subject: new font installation and missing ligatures Date: Sat, 16 Feb 2002 15:17:33 -0600 Sender: owner-ntg-context@let.uu.nl Message-ID: <3C6ECC6D.1A586DC8@salamander.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035397411 14885 80.91.224.250 (23 Oct 2002 18:23:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:23:31 +0000 (UTC) Original-To: "ntg-context@ntg.nl" Xref: main.gmane.org gmane.comp.tex.context:6907 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6907 I have installed a new font (Adobe Sabon) using texfont and have added the procedure and examples to my beginner's help page at http://home.salamander.com/~wmcclain/context-help.html. Your comments and corrections are always welcome. The font is working well, except for one problem: no ligatures (fi, fl, ``. ''. --. ---). The really strange aspect is that the ligatures _are_ displayed by the \showligatures macro used by \ShowFont, but are _not_ displayed in my own sample code. This is odd because looking at \showligatures, it just specifies the ligatures as plain text input. I can access the ligature gylphs by character number, for example by: \def\Endash{\getglyph{Serif}{\char150}} \def\Emdash{\getglyph{Serif}{\char151}} \def\Fl{\getglyph{Serif}{\char8}} \def\Fi{\getglyph{Serif}{\char12}} \def\OpenDquote{\getglyph{Serif}{\char147}} \def\CloseDquote{\getglyph{Serif}{\char148}} These ligature macros are working: \ae, \AE, \oe, \OE. Any ideas? -Bill