[config] Don't include name table in face if HB_NO_NAME

Part of https://github.com/harfbuzz/harfbuzz/issues/1652
This commit is contained in:
Behdad Esfahbod 2019-06-19 18:33:29 -07:00
parent 1432df102e
commit ffc2b8d56e
1 changed files with 3 additions and 1 deletions

View File

@ -50,8 +50,10 @@ HB_OT_TABLE (OT, head)
HB_OT_ACCELERATOR (OT, cmap)
HB_OT_ACCELERATOR (OT, hmtx)
HB_OT_ACCELERATOR (OT, post)
HB_OT_ACCELERATOR (OT, name)
HB_OT_TABLE (OT, OS2)
#ifndef HB_NO_NAME
HB_OT_ACCELERATOR (OT, name)
#endif
HB_OT_TABLE (OT, STAT)
/* Vertical layout. */