This commit is contained in:
Behdad Esfahbod 2018-11-10 20:11:10 -05:00
parent a953b64750
commit 4674655841
1 changed files with 3 additions and 0 deletions

View File

@ -212,8 +212,11 @@ struct arabic_fallback_plan_t
struct ManifestLookup
{
public:
OT::Tag tag;
OT::OffsetTo<OT::SubstLookup> lookupOffset;
public:
DEFINE_SIZE_STATIC (6);
};
typedef OT::ArrayOf<ManifestLookup> Manifest;