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

Fixes MORX-11 test.
This commit is contained in:
Behdad Esfahbod 2018-01-11 15:23:24 +01:00
parent 1d20d109a0
commit f6be730994
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{