[graphite] Add note about graphite shaker brokenness

This commit is contained in:
Behdad Esfahbod 2011-09-19 18:51:48 -04:00
parent 422558142a
commit f83f0f4836
1 changed files with 8 additions and 0 deletions

View File

@ -329,6 +329,14 @@ hb_graphite_shape (hb_font_t *font,
curradvy += pPos->y_advance;
}
pPos[-1].x_advance += gr_seg_advance_X(seg) - curradvx;
/* TODO(behdad):
* This shaper is badly broken with RTL text. It returns glyphs
* in the logical order!
*/
// if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
// hb_buffer_reverse (buffer);
success = 1;
dieout: