[aat] Mark state-machine-based lookup as completely unsafe-to-break

To be improved later.
This commit is contained in:
Behdad Esfahbod 2018-01-11 09:57:55 +01:00
parent ca42d96129
commit 800e4ae802
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ struct RearrangementSubtable
hb_glyph_info_t *info = c->buffer->info;
unsigned int count = c->buffer->len;
c->buffer->unsafe_to_break (0, count); /* TODO Improve. */
for (unsigned int i = 0; i < count; i++)
{
unsigned int klass = machine.get_class (info[i].codepoint, num_glyphs);