<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
"I don't think your change allows the kashida to work..."
<br>
Both you and Vafa are right regarding the above statement. The fact
that jaggedness was gone from the screen, gave me the false impression
the problem was solved. So I set back the value to "0.5" as before.
While now kashida works, unfortunately, I do see the jaggedness  when 
I print a Syriac document on a 1200 dpi laser printer with 10pt font
size. So, any idea how to solve this problem?  <br>
<br>
Regards,<br>
Sargon<br>
<br>
Fr. Michael Gilmary wrote:
<blockquote cite="mid:49FC42A5.50909@MaroniteMonks.org" type="cite">
  <pre wrap="">Sargon Hasso wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Thank you very much! I can't thank you enough and you are right it 
does improve the output greatly.
There was one glitch however and I was able to figure it out and fix 
it rather easily (with little insight). The kashida was slightly 
misplaced between characters above the base line with fonts I am using 
with dramatic effects. I changed this line:
\def\kashida{\zwj\nobreak \setbox0=\hbox{\ksh}%
� �\leaders\hrule height\ht0 \hskip0pt plus 0.5em \zwj}
to
\def\kashida{\zwj\nobreak \setbox0=\hbox{\ksh}%
� �\leaders\hrule height\ht0 \hskip0pt plus 0.0em \zwj}
(\hskip0pt plus 0em from \hskip0pt plus 0.5em)
(see attached image before and after).
    </pre>
  </blockquote>
  <pre wrap=""><!---->

I don't think your change allows the kashida to work ... if you're 
concerned about the jagged look on the screen results, you'll find that 
it prints fine. Jonathan told me the screen output looks choppy

  </pre>
  <blockquote type="cite">
    <pre wrap="">because the extension is being drawn using TeX "rules" rather than 
actual glyphs from the font, and these are not subject to the same 
hinting for screen display. But at sufficiently high resolution -- 
such as on a good printer -- there should be no visible problem. 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You can also try \makebox[1.2\width][s]{syriac text goes here.} on short 
phrases on lines by themselves.

I hope that helps.


  </pre>
</blockquote>
<br>
</body>
</html>