fontinst v1.910 patch 1 (corrected)

Lars Hellström Lars.Hellstrom@math.umu.se
Thu, 9 Dec 1999 08:12:46 -0500


[Sigh!] It seems I have had some trouble with my spelling, but it's nice to
see that someone catches these bugs. Rolf was quite right about how the
patch should be corrected. The complete patch (with correction) follows
below.

As for the eightoldstyle typo in csc2x.tex, that incorrect setting can be
overridden by adding the command

  \renameglyph{eightoldstyle}{eight}

after the \input csc2x.

Lars Hellström

\def\reglyph_setglyph#1{
   \command_survivance=0
   \def\glyphname{#1}
   \csname slots-#1\endcsname
   \edef\a_macro{\noexpand\out_line{\string\setglyph{\glyphname}}}
   \a_toks=\expandafter{\a_macro}
}
\def\reglyph_glyphpcc#1#2#3{
   \def\glyphname{#1}
   \csname slots-#1\endcsname
   \edef\a_macro{\noexpand\out_lline{
      \string\glyphpcc{\glyphname}{#2}{#3}
   }}
   \a_toks=\expandafter{\the\expandafter\a_toks \a_macro}
}
\def\reglyph_samesize#1{
   \def\glyphname{#1}
   \csname slots-#1\endcsname
   \edef\a_macro{\noexpand\out_lline{
      \string\samesize{\glyphname}
   }}
   \a_toks=\expandafter{\the\expandafter\a_toks \a_macro}
}