Add HB_NO_OT_SHAPE_COMPLEX_HEBREW_FALLBACK
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
This commit is contained in:
parent
414c5de26b
commit
35f3b97fac
|
@ -70,6 +70,10 @@ compose_hebrew (const hb_ot_shape_normalize_context_t *c,
|
||||||
|
|
||||||
bool found = (bool) c->unicode->compose (a, b, ab);
|
bool found = (bool) c->unicode->compose (a, b, ab);
|
||||||
|
|
||||||
|
#if defined(HB_NO_OT_SHAPE_COMPLEX_HEBREW_FALLBACK)
|
||||||
|
return found;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!found && !c->plan->has_gpos_mark)
|
if (!found && !c->plan->has_gpos_mark)
|
||||||
{
|
{
|
||||||
/* Special-case Hebrew presentation forms that are excluded from
|
/* Special-case Hebrew presentation forms that are excluded from
|
||||||
|
|
Loading…
Reference in New Issue