Define post table only when used

This commit is contained in:
Ebrahim Byagowi 2019-07-20 14:03:36 +04:30 committed by Behdad Esfahbod
parent 471f798ace
commit ac3518af58
1 changed files with 2 additions and 0 deletions

View File

@ -53,7 +53,9 @@ HB_OT_ACCELERATOR (OT, cmap)
HB_OT_TABLE (OT, hhea)
HB_OT_ACCELERATOR (OT, hmtx)
HB_OT_TABLE (OT, OS2)
#if !defined(HB_NO_OT_FONT_GLYPH_NAMES) || !defined(HB_NO_METRICS)
HB_OT_ACCELERATOR (OT, post)
#endif
#ifndef HB_NO_NAME
HB_OT_ACCELERATOR (OT, name)
#endif