[ot] Comment

This commit is contained in:
Behdad Esfahbod 2018-08-03 17:06:42 -07:00
parent 07afc1a213
commit 85ba4a190f
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@ struct hb_ot_layout_lookup_accelerator_t
hb_set_digest_t digest; hb_set_digest_t digest;
}; };
/* Most of these tables are NOT needed for shaping. But we need to hook them *somewhere*.
* This is as good as any place. */
#define HB_OT_LAYOUT_TABLES \ #define HB_OT_LAYOUT_TABLES \
/* OpenType shaping. */ \ /* OpenType shaping. */ \
HB_OT_LAYOUT_TABLE(OT, GDEF) \ HB_OT_LAYOUT_TABLE(OT, GDEF) \