Hi,

Looking at the log you provided and the current salatslayout.cxx there is
one heap corruption candidate: the mpChars2Glyphs[mnCharCount==8] array is
accessed at the indexes 107..115!

I barely remember the original salatslayout.cxx I wrote a couple of years
ago, but it is possible that the initial version only worked for measuring
and displaying complete strings (rArgs.mnMinCharPos==0).

The access into mpChars2Glyphs[] probably needs its index adjusted
by -mnMinCharPos. 

> avant glyph advs : mnglyphcount : 9- mnCharCount: 8

This also looks suspicious. Are you already testing text from complex
scripts? An "off by one" error?

Hope this helps,
--
Herbert 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to