[aat] In NoncontextualSubtable, handle MarkLast with end-of-line transition

Fixes MORX-11 test.
pull/702/head
Behdad Esfahbod 7 years ago
parent 1d20d109a0
commit f6be730994
  1. 4
      src/hb-aat-layout-morx-table.hh

@ -91,8 +91,8 @@ struct RearrangementSubtable
last_zero_before_start = last_zero;
}
if (flags & MarkLast && i < count)
end = i + 1;
if (flags & MarkLast)
end = MIN (i + 1, count);
if ((flags & Verb) && start < end)
{

Loading…
Cancel
Save