[graphite] Add note about graphite shaker brokenness
This commit is contained in:
parent
422558142a
commit
f83f0f4836
|
@ -329,6 +329,14 @@ hb_graphite_shape (hb_font_t *font,
|
||||||
curradvy += pPos->y_advance;
|
curradvy += pPos->y_advance;
|
||||||
}
|
}
|
||||||
pPos[-1].x_advance += gr_seg_advance_X(seg) - curradvx;
|
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;
|
success = 1;
|
||||||
|
|
||||||
dieout:
|
dieout:
|
||||||
|
|
Loading…
Reference in New Issue