Comment 11 for bug 1425387

Revision history for this message
poju (popjussi) wrote :

(referring to inkscape-0.91.tar.bz2) in Layout-TNG-Compute.cpp,

the order of glyph pulled from unbroken_span.glyph_string->glyphs[glyph_index].glyph in the for loop ~line:631 has the order or glyph swapped.

(Now I hope you can see these glyphs below)

This is like decomposing 2 glyphs [ ท , ำ ] into 3 glyphs [ ท , ํ , า ] which should be the usual order but in the glyph array it seems the order is [ ท, า , ํ ] Is this intended? I tried to swap the order but so far I just got a long space before 'า' though the ( ํ ) seems to be in the right place.