Disable processing of morx table in ot shaper
So I can merge this to master...
This commit is contained in:
parent
3f29ea9144
commit
0ed69c9462
|
@ -617,8 +617,8 @@ hb_ot_substitute_complex (hb_ot_shape_context_t *c)
|
|||
c->plan->substitute (c->font, buffer);
|
||||
|
||||
/* XXX Call morx instead. */
|
||||
OT::hb_apply_context_t ac (0, c->font, c->buffer);
|
||||
hb_aat_layout_substitute (&ac);
|
||||
//OT::hb_apply_context_t ac (0, c->font, c->buffer);
|
||||
//hb_aat_layout_substitute (&ac);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
|
Loading…
Reference in New Issue