Minor
This commit is contained in:
parent
06a44e8593
commit
dd0641a432
|
@ -115,12 +115,13 @@ void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, h
|
||||||
lookups[table_index][i].mask,
|
lookups[table_index][i].mask,
|
||||||
lookups[table_index][i].auto_zwj);
|
lookups[table_index][i].auto_zwj);
|
||||||
|
|
||||||
buffer->clear_output ();
|
|
||||||
|
|
||||||
if (pause->callback)
|
if (pause->callback)
|
||||||
|
{
|
||||||
|
buffer->clear_output ();
|
||||||
pause->callback (plan, font, buffer);
|
pause->callback (plan, font, buffer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
|
void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue