Hi Tayir,
On 11/27/06 15:09, tayir tayir wrote:
Hi Frank,
I've already disabled kashida justification, but not portxt.cxx. You've
told
me I should disable kashida justification in fntcache.cxx and porlay.cxx .
It just like showed in the picture, the letters belongs to western language
can be justified correctly that means spaces added after each word, but the
letters belongs to Arabic language can not be justified correctly .
1. Your changes in fntcache.cxx are correct
2. You have to change portxt.cxx, lcl_AddSpace, otherwise the nSpaceAdd
value used in fntcache.cxx is not correct. lcl_AddSpace calculates the
number of positions which should be expanded. In Western languages this
is the number of blanks, for Arabic languages this is the number of
possible kashida positions in the current line, as calculated in
porlay.cxx. Simply disable the kashida stuff in portxt.cxx
3. Optionally you can disable the whole kashida stuff in porlay.cxx,
since it won't be used any longer.
Regards,
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]