Add HB_NO_OT_SHAPE_COMPLEX_THAI_FALLBACK
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
This commit is contained in:
parent
9ddbfa006d
commit
fe0018f7ef
|
@ -218,6 +218,10 @@ do_thai_pua_shaping (const hb_ot_shape_plan_t *plan HB_UNUSED,
|
|||
hb_buffer_t *buffer,
|
||||
hb_font_t *font)
|
||||
{
|
||||
#if defined(HB_NO_OT_SHAPE_COMPLEX_THAI_FALLBACK)
|
||||
return;
|
||||
#endif
|
||||
|
||||
thai_above_state_t above_state = thai_above_start_state[NOT_CONSONANT];
|
||||
thai_below_state_t below_state = thai_below_start_state[NOT_CONSONANT];
|
||||
unsigned int base = 0;
|
||||
|
|
Loading…
Reference in New Issue