Minor
This commit is contained in:
parent
ad6a6f2240
commit
4952f0aa5b
@ -1063,6 +1063,8 @@ struct SubstLookup : Lookup
|
|||||||
if (!_hb_ot_layout_check_glyph_property (c->face, &c->buffer->cur(), c->lookup_props, &c->property))
|
if (!_hb_ot_layout_check_glyph_property (c->face, &c->buffer->cur(), c->lookup_props, &c->property))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
/* TODO: For the most common case this can move out of the main
|
||||||
|
* loop, but it's not a big deal for now. */
|
||||||
if (unlikely (lookup_type == SubstLookupSubTable::Extension))
|
if (unlikely (lookup_type == SubstLookupSubTable::Extension))
|
||||||
{
|
{
|
||||||
/* The spec says all subtables should have the same type.
|
/* The spec says all subtables should have the same type.
|
||||||
|
Loading…
Reference in New Issue
Block a user