Bug in fontinst 1.914

Paul Pichaureau paul.pichaureau@laposte.net
Wed, 3 Jul 2002 16:24:14 +0200


  Dear M. Fontinst,

  I think I have found a bug in the fontinst.sty file, which correspond
version 1.914

  The code for the \setscalednotglyph macro seems to have a problem :

\def\setscalednotglyph#1#2#3#4#5#6#7#8#9{
   \if_undefined{g-#1-not}\then
      \eval_expr_to\a_count{#6}
      \eval_expr_to\b_count{#7}
      \eval_expr_to\c_count{#8}
      \eval_expr_to\d_count{#9}
      \ifisint{i-rawscale}\then
         \e_count=\int{rawscale}
         \multiply \a_count \e_count  \l_rounded_thousandths\a_count
         \multiply \b_count \e_count  \l_rounded_thousandths\b_count
         \multiply \c_count \e_count  \l_rounded_thousandths\c_count
         \multiply \d_count \e_count  \l_rounded_thousandths\d_count
      \fi
      \x_cs\edef{g-#1}{  %<-------------- here
         {\the\a_count}
         {\the\b_count}
         {\the\c_count}
         {\the\d_count}
         {}{}
      }
   \fi
}

It should be

\x_cs\edef{g-#1-not}{  %<-------------- here

I guess.

  Am I right?

                        Paul