[unsafe-to-break] Flag during fallback positioning

pull/522/head
Behdad Esfahbod 7 years ago
parent e2a2b5b229
commit a7c4972cce
  1. 3
      src/hb-ot-shape-fallback.cc

@ -307,6 +307,9 @@ position_around_base (const hb_ot_shape_plan_t *plan,
unsigned int end)
{
hb_direction_t horiz_dir = HB_DIRECTION_INVALID;
buffer->unsafe_to_break (base, end);
hb_glyph_extents_t base_extents;
if (!font->get_glyph_extents (buffer->info[base].codepoint,
&base_extents))

Loading…
Cancel
Save