From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6939 Path: main.gmane.org!not-for-mail From: Bill McClain Newsgroups: gmane.comp.tex.context Subject: Re: new font installation and missing ligatures Date: Wed, 20 Feb 2002 06:41:52 -0600 Sender: owner-ntg-context@let.uu.nl Message-ID: <3C739990.6BD538DF@salamander.com> References: <5.1.0.14.1.20020217200700.03fade30@server-1> 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 1035397441 15146 80.91.224.250 (23 Oct 2002 18:24:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:24:01 +0000 (UTC) Cc: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:6939 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6939 Hans Hagen wrote: > this sounds strange, since lig building is done deep down into tex, and if > \showligatures works, then i would expect other usage to work as well > > how does the smallest non working example code looks like? Stranger and stranger. \showligatures displays the correct glyphs when called by \ShowFont, but does not show the glyphs when I call it directly in my job. Here is demo.tex: *** \usetypescriptfile[type-sabon] \usetypescript[Sabon] \setupbodyfont[Sabon, 30pt] \noheaderandfooterlines \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}} \starttext \startlines >plain `` fi fl '' -- --- >glyphs \OpenDquote\ \Fi\ \Fl\ \CloseDquote\ \Endash\ \Emdash >showligatures[Serif] \showligatures[Serif] >macros \ae\ \AE\ \oe\ \OE\ \stoplines \stoptext *** And its result: http://home.salamander.com/~wmcclain/demo.pdf Here is the result of texnansi-adobe-sabon.tex as generated by texfont. It renders the existing ligatures correctly. (I've commented out 3 of the 4 fonts): http://home.salamander.com/~wmcclain/texnansi-adobe-sabon.pdf -Bill